#B916A9

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

Shades of Medium Violet Red #B916A9

Tints of Medium Violet Red #B916A9

Color information

#B916A9 (or 0xB916A9) is unknown color: approx Medium Violet Red. HEX triplet: B9, 16 and A9. RGB value is (185,22,169). Sum of RGB (Red+Green+Blue) = 185+22+169=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B916A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B916A9 is #46E956. Grayscale: #575757. Windows color (decimal): -4647255 or 11081401. OLE color: 11081401.

HSL color Cylindrical-coordinate representation of color #B916A9: hue angle of 305.89º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B916A9 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18522169-
CMYK00.880.090.27
HSL305.89º78.74%40.59%-
HSV(B)305.89º88.11%72.55%-
XYZ27.4613.7538.74-
YUV87.5174197.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.20%
GREEN value IS 22 (8.98% from 255) = 5.85%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=49.20%
G=5.85%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852216900.880.090.27305.8978.7440.59
HexB916A905891B1324f29
Octal271262510130113346211751
Binary101110011011010101001010110001001110111001100101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B916A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B916A9; }

 p { color: rgb(185,22,169); }

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

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

 a { background-color: rgb(185,22,169); }

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

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

 span { border-color: rgb(185,22,169); }

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