#B516A0

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

Shades of Medium Violet Red #B516A0

Tints of Medium Violet Red #B516A0

Color information

#B516A0 (or 0xB516A0) is unknown color: approx Medium Violet Red. HEX triplet: B5, 16 and A0. RGB value is (181,22,160). Sum of RGB (Red+Green+Blue) = 181+22+160=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B516A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B516A0 is #4AE95F. Grayscale: #545454. Windows color (decimal): -4909408 or 10491573. OLE color: 10491573.

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

Color convert

RGB18122160-
CMYK00.880.120.29
HSL307.92º78.33%39.8%-
HSV(B)307.92º87.85%70.98%-
XYZ25.6912.9434.4-
YUV85.27170.18196.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 22 (8.98% from 255) = 6.06%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=49.86%
G=6.06%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812216000.880.120.29307.9278.3339.8
HexB516A0058C1D1344e28
Octal265262400130143546411650
Binary101101011011010100000010110001100111011001101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B516A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B516A0; }

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

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

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

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

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

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

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

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