Html Css Color HEX #B521AD Deep Magenta

📋 copy color: '#B521AD'

red 181 ◦ green 33 ◦ blue 173

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

Shades of Deep Magenta #B521AD

Tints of Deep Magenta #B521AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 46.77%
G = 8.53%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B521AD (or 0xB521AD) is known color: Deep Magenta. HEX triplet: B5, 21 and AD. RGB value is (181,33,173). Sum of RGB (Red+Green+Blue) = 181+33+173=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B521AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521AD is #4ADE52. Grayscale: #5C5C5C. Windows color (decimal): -4906579 or 11346357. OLE color: 11346357.

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

Color convert

RGB 181 33 173 -
CMYK 0 0.82 0.04 0.29
HSL 303.24º 0.69% 0.42% -
HSV(B) 303.24º 0.82% 0.71% -
XYZ 27.14 13.93 40.79 -
YUV 93.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 181 33 173 0 0.82 0.04 0.29 303.24 0.69 0.42
Hex B5 21 AD 0 52 4 1D 12F 45 2A
Octal 265 41 255 0 122 4 35 457 105 52
Binary 10110101 100001 10101101 0 1010010 100 11101 100101111 1000101 101010

Color Harmonies of #B521AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521AD

Black with #B521AD

Text Example


Text Example

White with #B521AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521AD; }

 p { color: rgb(181,33,173); }

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

background-color css

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

 a { background-color: rgb(181,33,173); }

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

border-color css

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

 span { border-color: rgb(181,33,173); }

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