#B520A1

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

Shades of Medium Violet Red #B520A1

Tints of Medium Violet Red #B520A1

Color information

#B520A1 (or 0xB520A1) is unknown color: approx Medium Violet Red. HEX triplet: B5, 20 and A1. RGB value is (181,32,161). Sum of RGB (Red+Green+Blue) = 181+32+161=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B520A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520A1 is #4ADF5E. Grayscale: #5A5A5A. Windows color (decimal): -4906847 or 10559669. OLE color: 10559669.

HSL color Cylindrical-coordinate representation of color #B520A1: hue angle of 308.05º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B520A1 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18132161-
CMYK00.820.110.29
HSL308.05º69.95%41.76%-
HSV(B)308.05º82.32%70.98%-
XYZ26.0113.4334.94-
YUV91.26167.36192.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 32 (12.89% from 255) = 8.56%
BLUE value IS 161 (63.28% from 255) = 43.05%
R=48.40%
G=8.56%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813216100.820.110.29308.0569.9541.76
HexB520A1052B1D134462a
Octal265402410122133546410652
Binary1011010110000010100001010100101011111011001101001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B520A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B520A1; }

 p { color: rgb(181,32,161); }

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

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

 a { background-color: rgb(181,32,161); }

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

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

 span { border-color: rgb(181,32,161); }

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