#B816A9

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

Shades of Medium Violet Red #B816A9

Tints of Medium Violet Red #B816A9

Color information

#B816A9 (or 0xB816A9) is unknown color: approx Medium Violet Red. HEX triplet: B8, 16 and A9. RGB value is (184,22,169). Sum of RGB (Red+Green+Blue) = 184+22+169=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B816A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B816A9 is #47E956. Grayscale: #565656. Windows color (decimal): -4712791 or 11081400. OLE color: 11081400.

HSL color Cylindrical-coordinate representation of color #B816A9: hue angle of 305.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B816A9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18422169-
CMYK00.880.080.28
HSL305.56º78.64%40.39%-
HSV(B)305.56º88.04%72.16%-
XYZ27.2213.6338.73-
YUV87.2174.17197.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=49.07%
G=5.87%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842216900.880.080.28305.5678.6440.39
HexB816A905881C1324f28
Octal270262510130103446211750
Binary101110001011010101001010110001000111001001100101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B816A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B816A9; }

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

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

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

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

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

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

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

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