#BB089E

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

Shades of Medium Violet Red #BB089E

Tints of Medium Violet Red #BB089E

Color information

#BB089E (or 0xBB089E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 08 and 9E. RGB value is (187,8,158). Sum of RGB (Red+Green+Blue) = 187+8+158=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB089E is #44F761. Grayscale: #4E4E4E. Windows color (decimal): -4519778 or 10356923. OLE color: 10356923.

HSL color Cylindrical-coordinate representation of color #BB089E: hue angle of 309.72º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB089E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB1878158-
CMYK00.960.160.27
HSL309.72º91.79%38.24%-
HSV(B)309.72º95.72%73.33%-
XYZ26.7513.2133.49-
YUV78.62172.8205.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=52.97%
G=2.27%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187815800.960.160.27309.7291.7938.24
HexBB89E060101B1365c26
Octal273102360140203346613446
Binary101110111000100111100110000010000110111001101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB089E; }

 p { color: rgb(187,8,158); }

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

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

 a { background-color: rgb(187,8,158); }

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

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

 span { border-color: rgb(187,8,158); }

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