#BB109F

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

Shades of Medium Violet Red #BB109F

Tints of Medium Violet Red #BB109F

Color information

#BB109F (or 0xBB109F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and 9F. RGB value is (187,16,159). Sum of RGB (Red+Green+Blue) = 187+16+159=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB109F is #44EF60. Grayscale: #535353. Windows color (decimal): -4517729 or 10424507. OLE color: 10424507.

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

Color convert

RGB18716159-
CMYK00.910.150.27
HSL309.82º84.24%39.8%-
HSV(B)309.82º91.44%73.33%-
XYZ26.9413.4433.98-
YUV83.43170.65201.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 16 (6.64% from 255) = 4.42%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=51.66%
G=4.42%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871615900.910.150.27309.8284.2439.8
HexBB109F05BF1B1365428
Octal273202370133173346612450
Binary101110111000010011111010110111111110111001101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB109F; }

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

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

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

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

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

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

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

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