#BB009F

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

Shades of Medium Violet Red #BB009F

Tints of Medium Violet Red #BB009F

Color information

#BB009F (or 0xBB009F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 9F. RGB value is (187,0,159). Sum of RGB (Red+Green+Blue) = 187+0+159=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB009F is #44FF60. Grayscale: #494949. Windows color (decimal): -4521825 or 10420411. OLE color: 10420411.

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

Color convert

RGB1870159-
CMYK010.150.27
HSL308.98º100%36.67%-
HSV(B)308.98º100%73.33%-
XYZ26.7513.0733.91-
YUV74.04175.95208.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=54.05%
G=0%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870159010.150.27308.9810036.67
HexBB09F064F1B1356425
Octal27302370144173346514445
Binary10111011010011111011001001111110111001101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB009F; }

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

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

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

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

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

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

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

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