#BB0786

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

Shades of Medium Violet Red #BB0786

Tints of Medium Violet Red #BB0786

Color information

#BB0786 (or 0xBB0786) is unknown color: approx Medium Violet Red. HEX triplet: BB, 07 and 86. RGB value is (187,7,134). Sum of RGB (Red+Green+Blue) = 187+7+134=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0786 is #44F879. Grayscale: #4A4A4A. Windows color (decimal): -4520058 or 8783803. OLE color: 8783803.

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

Color convert

RGB1877134-
CMYK00.960.280.27
HSL317.67º92.78%38.04%-
HSV(B)317.67º96.26%73.33%-
XYZ24.8712.4423.64-
YUV75.3161.13207.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=57.01%
G=2.13%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187713400.960.280.27317.6792.7838.04
HexBB7860601C1B13e5d26
Octal27372060140343347613546
Binary10111011111100001100110000011100110111001111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0786; }

 p { color: rgb(187,7,134); }

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

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

 a { background-color: rgb(187,7,134); }

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

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

 span { border-color: rgb(187,7,134); }

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