#BB1EA9

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

Shades of Medium Violet Red #BB1EA9

Tints of Medium Violet Red #BB1EA9

Color information

#BB1EA9 (or 0xBB1EA9) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1E and A9. RGB value is (187,30,169). Sum of RGB (Red+Green+Blue) = 187+30+169=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1EA9 is #44E156. Grayscale: #5C5C5C. Windows color (decimal): -4514135 or 11083451. OLE color: 11083451.

HSL color Cylindrical-coordinate representation of color #BB1EA9: hue angle of 306.88º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1EA9 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18730169-
CMYK00.840.100.27
HSL306.88º72.35%42.55%-
HSV(B)306.88º83.96%73.33%-
XYZ28.1214.3638.83-
YUV92.79171.01195.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 30 (12.11% from 255) = 7.77%
BLUE value IS 169 (66.41% from 255) = 43.78%
R=48.45%
G=7.77%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873016900.840.100.27306.8872.3542.55
HexBB1EA9054A1B133482b
Octal273362510124123346311053
Binary101110111111010101001010101001010110111001100111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1EA9; }

 p { color: rgb(187,30,169); }

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

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

 a { background-color: rgb(187,30,169); }

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

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

 span { border-color: rgb(187,30,169); }

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