#B9009B

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

Shades of Medium Violet Red #B9009B

Tints of Medium Violet Red #B9009B

Color information

#B9009B (or 0xB9009B) is unknown color: approx Medium Violet Red. HEX triplet: B9, 00 and 9B. RGB value is (185,0,155). Sum of RGB (Red+Green+Blue) = 185+0+155=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9009B is #46FF64. Grayscale: #484848. Windows color (decimal): -4652901 or 10158265. OLE color: 10158265.

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

Color convert

RGB1850155-
CMYK010.160.27
HSL309.73º100%36.27%-
HSV(B)309.73º100%72.55%-
XYZ25.9212.6832.09-
YUV72.98174.29207.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=54.41%
G=0%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1850155010.160.27309.7310036.27
HexB909B064101B1366424
Octal27102330144203346614444
Binary101110010100110110110010010000110111001101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9009B; }

 p { color: rgb(185,0,155); }

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

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

 a { background-color: rgb(185,0,155); }

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

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

 span { border-color: rgb(185,0,155); }

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