#BC19A6

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

Shades of Medium Violet Red #BC19A6

Tints of Medium Violet Red #BC19A6

Color information

#BC19A6 (or 0xBC19A6) is unknown color: approx Medium Violet Red. HEX triplet: BC, 19 and A6. RGB value is (188,25,166). Sum of RGB (Red+Green+Blue) = 188+25+166=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A6 is #43E659. Grayscale: #595959. Windows color (decimal): -4449882 or 10885564. OLE color: 10885564.

HSL color Cylindrical-coordinate representation of color #BC19A6: hue angle of 308.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19A6 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18825166-
CMYK00.870.120.26
HSL308.1º76.53%41.76%-
HSV(B)308.1º86.7%73.73%-
XYZ27.9714.1437.33-
YUV89.81171198.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 25 (10.16% from 255) = 6.60%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=49.60%
G=6.60%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882516600.870.120.26308.176.5341.76
HexBC19A6057C1A1344d2a
Octal274312460127143246411552
Binary101111001100110100110010101111100110101001101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC19A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC19A6; }

 p { color: rgb(188,25,166); }

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

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

 a { background-color: rgb(188,25,166); }

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

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

 span { border-color: rgb(188,25,166); }

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