#BB1B8E

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

Shades of Medium Violet Red #BB1B8E

Tints of Medium Violet Red #BB1B8E

Color information

#BB1B8E (or 0xBB1B8E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1B and 8E. RGB value is (187,27,142). Sum of RGB (Red+Green+Blue) = 187+27+142=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B8E is #44E471. Grayscale: #575757. Windows color (decimal): -4514930 or 9313211. OLE color: 9313211.

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

Color convert

RGB18727142-
CMYK00.860.240.27
HSL316.88º74.77%41.96%-
HSV(B)316.88º85.56%73.33%-
XYZ25.7713.326.8-
YUV87.95158.51198.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 27 (10.94% from 255) = 7.58%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=52.53%
G=7.58%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872714200.860.240.27316.8874.7741.96
HexBB1B8E056181B13d4b2a
Octal273332160126303347511352
Binary1011101111011100011100101011011000110111001111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B8E; }

 p { color: rgb(187,27,142); }

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

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

 a { background-color: rgb(187,27,142); }

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

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

 span { border-color: rgb(187,27,142); }

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