#BC31A7

Color #BC31A7 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BC31A7

Tints of Medium Red Violet #BC31A7

Color information

#BC31A7 (or 0xBC31A7) is unknown color: approx Medium Red Violet. HEX triplet: BC, 31 and A7. RGB value is (188,49,167). Sum of RGB (Red+Green+Blue) = 188+49+167=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A7 is #43CE58. Grayscale: #676767. Windows color (decimal): -4443737 or 10957244. OLE color: 10957244.

HSL color Cylindrical-coordinate representation of color #BC31A7: hue angle of 309.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC31A7 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18849167-
CMYK00.740.110.26
HSL309.06º58.65%46.47%-
HSV(B)309.06º73.94%73.73%-
XYZ28.8115.6838.07-
YUV104.01163.55187.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 49 (19.53% from 255) = 12.13%
BLUE value IS 167 (65.62% from 255) = 41.34%
R=46.53%
G=12.13%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884916700.740.110.26309.0658.6546.47
HexBC31A704AB1A1353b2e
Octal27461247011213324657356
Binary101111001100011010011101001010101111010100110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC31A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC31A7; }

 p { color: rgb(188,49,167); }

 H1.HeaderClassName
 {
   color: #BC31A7;
 }
 .AnyTagClassName
 {
   color: #BC31A7;
 }
</style>
background-color css

<style>
 a { background-color: #BC31A7; }

 a { background-color: rgb(188,49,167); }

 div.DivClassName
 {
   background-color: #BC31A7;
 }
 .BgClassName
 {
   background-color: #BC31A7;
 }
</style>
border-color css

<style>
 span { border-color: #BC31A7; }

 span { border-color: rgb(188,49,167); }

 td.TdClassName
 {
   border-color: #BC31A7;
 }
 .TagClassName
 {
   border-color: #BC31A7;
 }
</style>