#BB1B98

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

Shades of Medium Violet Red #BB1B98

Tints of Medium Violet Red #BB1B98

Color information

#BB1B98 (or 0xBB1B98) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1B and 98. RGB value is (187,27,152). Sum of RGB (Red+Green+Blue) = 187+27+152=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B98 is #44E467. Grayscale: #585858. Windows color (decimal): -4514920 or 9968571. OLE color: 9968571.

HSL color Cylindrical-coordinate representation of color #BB1B98: hue angle of 313.12º 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 #BB1B98 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB18727152-
CMYK00.860.190.27
HSL313.12º74.77%41.96%-
HSV(B)313.12º85.56%73.33%-
XYZ26.5513.6230.93-
YUV89.09163.51197.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=51.09%
G=7.38%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872715200.860.190.27313.1274.7741.96
HexBB1B98056131B1394b2a
Octal273332300126233347111352
Binary1011101111011100110000101011010011110111001110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B98; }

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

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

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

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

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

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

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

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