#BC0A89

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

Shades of Medium Violet Red #BC0A89

Tints of Medium Violet Red #BC0A89

Color information

#BC0A89 (or 0xBC0A89) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0A and 89. RGB value is (188,10,137). Sum of RGB (Red+Green+Blue) = 188+10+137=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A89 is #43F576. Grayscale: #4D4D4D. Windows color (decimal): -4453751 or 8981180. OLE color: 8981180.

HSL color Cylindrical-coordinate representation of color #BC0A89: hue angle of 317.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A89 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18810137-
CMYK00.950.270.26
HSL317.19º89.9%38.82%-
HSV(B)317.19º94.68%73.73%-
XYZ25.3612.7124.78-
YUV77.7161.47206.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=56.12%
G=2.99%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881013700.950.270.26317.1989.938.82
HexBCA8905F1B1A13d5a27
Octal274122110137333247513247
Binary101111001010100010010101111111011110101001111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A89; }

 p { color: rgb(188,10,137); }

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

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

 a { background-color: rgb(188,10,137); }

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

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

 span { border-color: rgb(188,10,137); }

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