#BB1C87

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

Shades of Medium Violet Red #BB1C87

Tints of Medium Violet Red #BB1C87

Color information

#BB1C87 (or 0xBB1C87) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1C and 87. RGB value is (187,28,135). Sum of RGB (Red+Green+Blue) = 187+28+135=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C87 is #44E378. Grayscale: #575757. Windows color (decimal): -4514681 or 8854715. OLE color: 8854715.

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

Color convert

RGB18728135-
CMYK00.850.280.27
HSL319.62º73.95%42.16%-
HSV(B)319.62º85.03%73.33%-
XYZ25.2813.1424.13-
YUV87.74154.68198.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=53.43%
G=8%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872813500.850.280.27319.6273.9542.16
HexBB1C870551C1B1404a2a
Octal273342070125343350011252
Binary1011101111100100001110101010111100110111010000001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C87; }

 p { color: rgb(187,28,135); }

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

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

 a { background-color: rgb(187,28,135); }

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

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

 span { border-color: rgb(187,28,135); }

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