Html Css Color HEX #B521AE Deep Magenta

📋 copy color: '#B521AE'

red 181 ◦ green 33 ◦ blue 174

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

Shades of Deep Magenta #B521AE

Tints of Deep Magenta #B521AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 46.65%
G = 8.51%
B = 44.85%

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

#B521AE (or 0xB521AE) is known color: Deep Magenta. HEX triplet: B5, 21 and AE. RGB value is (181,33,174). Sum of RGB (Red+Green+Blue) = 181+33+174=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B521AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521AE is #4ADE51. Grayscale: #5C5C5C. Windows color (decimal): -4906578 or 11411893. OLE color: 11411893.

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

Color convert

RGB 181 33 174 -
CMYK 0 0.82 0.04 0.29
HSL 302.84º 0.69% 0.42% -
HSV(B) 302.84º 0.82% 0.71% -
XYZ 27.24 13.97 41.3 -
YUV 93.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 181 33 174 0 0.82 0.04 0.29 302.84 0.69 0.42
Hex B5 21 AE 0 52 4 1D 12F 45 2A
Octal 265 41 256 0 122 4 35 457 105 52
Binary 10110101 100001 10101110 0 1010010 100 11101 100101111 1000101 101010

Color Harmonies of #B521AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521AE

Black with #B521AE

Text Example


Text Example

White with #B521AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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