#B516A6

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

Shades of Medium Violet Red #B516A6

Tints of Medium Violet Red #B516A6

Color information

#B516A6 (or 0xB516A6) is unknown color: approx Medium Violet Red. HEX triplet: B5, 16 and A6. RGB value is (181,22,166). Sum of RGB (Red+Green+Blue) = 181+22+166=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B516A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B516A6 is #4AE959. Grayscale: #555555. Windows color (decimal): -4909402 or 10884789. OLE color: 10884789.

HSL color Cylindrical-coordinate representation of color #B516A6: hue angle of 305.66º 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 #B516A6 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18122166-
CMYK00.880.080.29
HSL305.66º78.33%39.8%-
HSV(B)305.66º87.85%70.98%-
XYZ26.2313.1537.23-
YUV85.96173.18195.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 22 (8.98% from 255) = 5.96%
BLUE value IS 166 (65.23% from 255) = 44.99%
R=49.05%
G=5.96%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812216600.880.080.29305.6678.3339.8
HexB516A605881D1324e28
Octal265262460130103546211650
Binary101101011011010100110010110001000111011001100101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B516A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B516A6; }

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

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

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

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

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

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

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

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