Html Css Color HEX #B520AF Deep Magenta

📋 copy color: '#B520AF'

red 181 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #B520AF

Tints of Deep Magenta #B520AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 46.65%
G = 8.25%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B520AF (or 0xB520AF) is known color: Deep Magenta. HEX triplet: B5, 20 and AF. RGB value is (181,32,175). Sum of RGB (Red+Green+Blue) = 181+32+175=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B520AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520AF is #4ADF50. Grayscale: #5C5C5C. Windows color (decimal): -4906833 or 11477173. OLE color: 11477173.

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

Color convert

RGB 181 32 175 -
CMYK 0 0.82 0.03 0.29
HSL 302.42º 0.7% 0.42% -
HSV(B) 302.42º 0.82% 0.71% -
XYZ 27.31 13.95 41.81 -
YUV 92.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 181 32 175 0 0.82 0.03 0.29 302.42 0.7 0.42
Hex B5 20 AF 0 52 3 1D 12E 46 2A
Octal 265 40 257 0 122 3 35 456 106 52
Binary 10110101 100000 10101111 0 1010010 11 11101 100101110 1000110 101010

Color Harmonies of #B520AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520AF

Black with #B520AF

Text Example


Text Example

White with #B520AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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