Html Css Color HEX #B521AC Deep Magenta

📋 copy color: '#B521AC'

red 181 ◦ green 33 ◦ blue 172

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

Shades of Deep Magenta #B521AC

Tints of Deep Magenta #B521AC

RGB

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

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

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

R = 46.89%
G = 8.55%
B = 44.56%

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

#B521AC (or 0xB521AC) is known color: Deep Magenta. HEX triplet: B5, 21 and AC. RGB value is (181,33,172). Sum of RGB (Red+Green+Blue) = 181+33+172=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B521AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521AC is #4ADE53. Grayscale: #5C5C5C. Windows color (decimal): -4906580 or 11280821. OLE color: 11280821.

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

Color convert

RGB 181 33 172 -
CMYK 0 0.82 0.05 0.29
HSL 303.65º 0.69% 0.42% -
HSV(B) 303.65º 0.82% 0.71% -
XYZ 27.05 13.89 40.29 -
YUV 93.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 181 33 172 0 0.82 0.05 0.29 303.65 0.69 0.42
Hex B5 21 AC 0 52 5 1D 130 45 2A
Octal 265 41 254 0 122 5 35 460 105 52
Binary 10110101 100001 10101100 0 1010010 101 11101 100110000 1000101 101010

Color Harmonies of #B521AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521AC

Black with #B521AC

Text Example


Text Example

White with #B521AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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