#BB0F82

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

Shades of Medium Violet Red #BB0F82

Tints of Medium Violet Red #BB0F82

Color information

#BB0F82 (or 0xBB0F82) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0F and 82. RGB value is (187,15,130). Sum of RGB (Red+Green+Blue) = 187+15+130=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F82 is #44F07D. Grayscale: #4F4F4F. Windows color (decimal): -4518014 or 8523707. OLE color: 8523707.

HSL color Cylindrical-coordinate representation of color #BB0F82: hue angle of 319.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F82 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18715130-
CMYK00.920.300.27
HSL319.88º85.15%39.61%-
HSV(B)319.88º91.98%73.33%-
XYZ24.6912.5222.23-
YUV79.54156.48204.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 15 (6.25% from 255) = 4.52%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=56.33%
G=4.52%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871513000.920.300.27319.8885.1539.61
HexBBF8205C1E1B1405528
Octal273172020134363350012550
Binary101110111111100000100101110011110110111010000001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F82; }

 p { color: rgb(187,15,130); }

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

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

 a { background-color: rgb(187,15,130); }

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

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

 span { border-color: rgb(187,15,130); }

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