#BC0A76

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

Shades of Medium Violet Red #BC0A76

Tints of Medium Violet Red #BC0A76

Color information

#BC0A76 (or 0xBC0A76) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0A and 76. RGB value is (188,10,118). Sum of RGB (Red+Green+Blue) = 188+10+118=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A76 is #43F589. Grayscale: #4B4B4B. Windows color (decimal): -4453770 or 7735996. OLE color: 7735996.

HSL color Cylindrical-coordinate representation of color #BC0A76: hue angle of 323.6º 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 #BC0A76 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB18810118-
CMYK00.950.370.26
HSL323.6º89.9%38.82%-
HSV(B)323.6º94.68%73.73%-
XYZ24.1212.2218.23-
YUV75.53151.97208.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=59.49%
G=3.16%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881011800.950.370.26323.689.938.82
HexBCA7605F251A1445a27
Octal274121660137453250413247
Binary101111001010111011001011111100101110101010001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A76; }

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

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

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

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

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

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

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

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