Html Css Color HEX #B21AAD Deep Magenta

📋 copy color: '#B21AAD'

red 178 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #B21AAD

Tints of Deep Magenta #B21AAD

RGB

 RED value IS 178 (69.92% from 255) = 47.21%

 GREEN value IS 26 (10.55% from 255) = 6.9%

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

R = 47.21%
G = 6.9%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B21AAD (or 0xB21AAD) is known color: Deep Magenta. HEX triplet: B2, 1A and AD. RGB value is (178,26,173). Sum of RGB (Red+Green+Blue) = 178+26+173=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AAD is #4DE552. Grayscale: #575757. Windows color (decimal): -5104979 or 11344562. OLE color: 11344562.

HSL color Cylindrical-coordinate representation of color #B21AAD: hue angle of 301.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21AAD is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 173 -
CMYK 0 0.85 0.03 0.30
HSL 301.97º 0.75% 0.4% -
HSV(B) 301.97º 0.85% 0.7% -
XYZ 26.27 13.22 40.7 -
YUV 88.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 178 26 173 0 0.85 0.03 0.30 301.97 0.75 0.4
Hex B2 1A AD 0 55 3 1E 12E 4B 28
Octal 262 32 255 0 125 3 36 456 113 50
Binary 10110010 11010 10101101 0 1010101 11 11110 100101110 1001011 101000

Color Harmonies of #B21AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AAD

Black with #B21AAD

Text Example


Text Example

White with #B21AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AAD; }

 p { color: rgb(178,26,173); }

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

background-color css

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

 a { background-color: rgb(178,26,173); }

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

border-color css

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

 span { border-color: rgb(178,26,173); }

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