#BB0977

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

Shades of Medium Violet Red #BB0977

Tints of Medium Violet Red #BB0977

Color information

#BB0977 (or 0xBB0977) is unknown color: approx Medium Violet Red. HEX triplet: BB, 09 and 77. RGB value is (187,9,119). Sum of RGB (Red+Green+Blue) = 187+9+119=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0977 is #44F688. Grayscale: #4A4A4A. Windows color (decimal): -4519561 or 7801275. OLE color: 7801275.

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

Color convert

RGB1879119-
CMYK00.950.360.27
HSL322.92º90.82%38.43%-
HSV(B)322.92º95.19%73.33%-
XYZ23.9212.0918.53-
YUV74.76152.97208.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.37%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=59.37%
G=2.86%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187911900.950.360.27322.9290.8238.43
HexBB97705F241B1435b26
Octal273111670137443350313346
Binary101110111001111011101011111100100110111010000111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0977; }

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

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

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

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

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

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

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

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