Html Css Color HEX #B520AC Deep Magenta

📋 copy color: '#B520AC'

red 181 ◦ green 32 ◦ blue 172

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

Shades of Deep Magenta #B520AC

Tints of Deep Magenta #B520AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 47.01%
G = 8.31%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B520AC (or 0xB520AC) is known color: Deep Magenta. HEX triplet: B5, 20 and AC. RGB value is (181,32,172). Sum of RGB (Red+Green+Blue) = 181+32+172=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B520AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520AC is #4ADF53. Grayscale: #5C5C5C. Windows color (decimal): -4906836 or 11280565. OLE color: 11280565.

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

Color convert

RGB 181 32 172 -
CMYK 0 0.82 0.05 0.29
HSL 303.62º 0.7% 0.42% -
HSV(B) 303.62º 0.82% 0.71% -
XYZ 27.02 13.84 40.28 -
YUV 92.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 181 32 172 0 0.82 0.05 0.29 303.62 0.7 0.42
Hex B5 20 AC 0 52 5 1D 130 46 2A
Octal 265 40 254 0 122 5 35 460 106 52
Binary 10110101 100000 10101100 0 1010010 101 11101 100110000 1000110 101010

Color Harmonies of #B520AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520AC

Black with #B520AC

Text Example


Text Example

White with #B520AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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