Html Css Color HEX #B520A8 Medium Violet Red

📋 copy color: '#B520A8'

red 181 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #B520A8

Tints of Medium Violet Red #B520A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.09%

R = 47.51%
G = 8.4%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B520A8 (or 0xB520A8) is known color: Medium Violet Red. HEX triplet: B5, 20 and A8. RGB value is (181,32,168). Sum of RGB (Red+Green+Blue) = 181+32+168=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B520A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520A8 is #4ADF57. Grayscale: #5B5B5B. Windows color (decimal): -4906840 or 11018421. OLE color: 11018421.

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

Color convert

RGB 181 32 168 -
CMYK 0 0.82 0.07 0.29
HSL 305.23º 0.7% 0.42% -
HSV(B) 305.23º 0.82% 0.71% -
XYZ 26.64 13.68 38.28 -
YUV 92.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 181 32 168 0 0.82 0.07 0.29 305.23 0.7 0.42
Hex B5 20 A8 0 52 7 1D 131 46 2A
Octal 265 40 250 0 122 7 35 461 106 52
Binary 10110101 100000 10101000 0 1010010 111 11101 100110001 1000110 101010

Color Harmonies of #B520A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520A8

Black with #B520A8

Text Example


Text Example

White with #B520A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520A8; }

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

 H1.HeaderClassName
 {
   color: #B520A8;
 }
 .AnyTagClassName
 {
   color: #B520A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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