#BB0976

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

Shades of Medium Violet Red #BB0976

Tints of Medium Violet Red #BB0976

Color information

#BB0976 (or 0xBB0976) is unknown color: approx Medium Violet Red. HEX triplet: BB, 09 and 76. RGB value is (187,9,118). Sum of RGB (Red+Green+Blue) = 187+9+118=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0976 is #44F689. Grayscale: #4A4A4A. Windows color (decimal): -4519562 or 7735739. OLE color: 7735739.

HSL color Cylindrical-coordinate representation of color #BB0976: hue angle of 323.26º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0976 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB1879118-
CMYK00.950.370.27
HSL323.26º90.82%38.43%-
HSV(B)323.26º95.19%73.33%-
XYZ23.8612.0718.21-
YUV74.65152.47208.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.55%
GREEN value IS 9 (3.91% from 255) = 2.87%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=59.55%
G=2.87%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187911800.950.370.27323.2690.8238.43
HexBB97605F251B1435b26
Octal273111660137453350313346
Binary101110111001111011001011111100101110111010000111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0976; }

 p { color: rgb(187,9,118); }

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

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

 a { background-color: rgb(187,9,118); }

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

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

 span { border-color: rgb(187,9,118); }

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