#BB0090

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

Shades of Medium Violet Red #BB0090

Tints of Medium Violet Red #BB0090

Color information

#BB0090 (or 0xBB0090) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 90. RGB value is (187,0,144). Sum of RGB (Red+Green+Blue) = 187+0+144=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0090 is #44FF6F. Grayscale: #474747. Windows color (decimal): -4521840 or 9437371. OLE color: 9437371.

HSL color Cylindrical-coordinate representation of color #BB0090: hue angle of 313.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0090 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB1870144-
CMYK010.230.27
HSL313.8º100%36.67%-
HSV(B)313.8º100%73.33%-
XYZ25.5312.5827.47-
YUV72.33168.45209.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=56.50%
G=0%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870144010.230.27313.810036.67
HexBB090064171B13a6425
Octal27302200144273347214445
Binary101110110100100000110010010111110111001110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0090; }

 p { color: rgb(187,0,144); }

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

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

 a { background-color: rgb(187,0,144); }

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

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

 span { border-color: rgb(187,0,144); }

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