Html Css Color HEX #B520AB Medium Violet Red

📋 copy color: '#B520AB'

red 181 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #B520AB

Tints of Medium Violet Red #B520AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 47.14%
G = 8.33%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B520AB (or 0xB520AB) is known color: Medium Violet Red. HEX triplet: B5, 20 and AB. RGB value is (181,32,171). Sum of RGB (Red+Green+Blue) = 181+32+171=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B520AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520AB is #4ADF54. Grayscale: #5B5B5B. Windows color (decimal): -4906837 or 11215029. OLE color: 11215029.

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

Color convert

RGB 181 32 171 -
CMYK 0 0.82 0.06 0.29
HSL 304.03º 0.7% 0.42% -
HSV(B) 304.03º 0.82% 0.71% -
XYZ 26.92 13.8 39.77 -
YUV 92.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 181 32 171 0 0.82 0.06 0.29 304.03 0.7 0.42
Hex B5 20 AB 0 52 6 1D 130 46 2A
Octal 265 40 253 0 122 6 35 460 106 52
Binary 10110101 100000 10101011 0 1010010 110 11101 100110000 1000110 101010

Color Harmonies of #B520AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520AB

Black with #B520AB

Text Example


Text Example

White with #B520AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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