Html Css Color HEX #B520A1 Medium Violet Red

📋 copy color: '#B520A1'

red 181 ◦ green 32 ◦ blue 161

#B520A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B520A1

Tints of Medium Violet Red #B520A1

RGB

 RED value IS 181 (71.09% from 255) = 48.4%

 GREEN value IS 32 (12.89% from 255) = 8.56%

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 48.4%
G = 8.56%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B520A1 (or 0xB520A1) is known color: 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

RGB 181 32 161 -
CMYK 0 0.82 0.11 0.29
HSL 308.05º 0.7% 0.42% -
HSV(B) 308.05º 0.82% 0.71% -
XYZ 26.01 13.43 34.94 -
YUV 91.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 181 32 161 0 0.82 0.11 0.29 308.05 0.7 0.42
Hex B5 20 A1 0 52 B 1D 134 46 2A
Octal 265 40 241 0 122 13 35 464 106 52
Binary 10110101 100000 10100001 0 1010010 1011 11101 100110100 1000110 101010

Color Harmonies of #B520A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520A1

Black with #B520A1

Text Example


Text Example

White with #B520A1

Text Example


Text Example

HTML Codes & Css Web 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>