#BB1786

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

Shades of Medium Violet Red #BB1786

Tints of Medium Violet Red #BB1786

Color information

#BB1786 (or 0xBB1786) is unknown color: approx Medium Violet Red. HEX triplet: BB, 17 and 86. RGB value is (187,23,134). Sum of RGB (Red+Green+Blue) = 187+23+134=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1786 is #44E879. Grayscale: #545454. Windows color (decimal): -4515962 or 8787899. OLE color: 8787899.

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

Color convert

RGB18723134-
CMYK00.880.280.27
HSL319.39º78.1%41.18%-
HSV(B)319.39º87.7%73.33%-
XYZ25.112.923.72-
YUV84.69155.83200.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=54.36%
G=6.69%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872313400.880.280.27319.3978.141.18
HexBB17860581C1B13f4e29
Octal273272060130343347711651
Binary1011101110111100001100101100011100110111001111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1786; }

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

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

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

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

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

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

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

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