#B616A6

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

Shades of Medium Violet Red #B616A6

Tints of Medium Violet Red #B616A6

Color information

#B616A6 (or 0xB616A6) is unknown color: approx Medium Violet Red. HEX triplet: B6, 16 and A6. RGB value is (182,22,166). Sum of RGB (Red+Green+Blue) = 182+22+166=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B616A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B616A6 is #49E959. Grayscale: #555555. Windows color (decimal): -4843866 or 10884790. OLE color: 10884790.

HSL color Cylindrical-coordinate representation of color #B616A6: hue angle of 306º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616A6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18222166-
CMYK00.880.090.29
HSL306º78.43%40%-
HSV(B)306º87.91%71.37%-
XYZ26.4613.2737.24-
YUV86.26173.01196.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 22 (8.98% from 255) = 5.95%
BLUE value IS 166 (65.23% from 255) = 44.86%
R=49.19%
G=5.95%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822216600.880.090.2930678.4340
HexB616A605891D1324e28
Octal266262460130113546211650
Binary101101101011010100110010110001001111011001100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B616A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B616A6; }

 p { color: rgb(182,22,166); }

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

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

 a { background-color: rgb(182,22,166); }

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

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

 span { border-color: rgb(182,22,166); }

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