Html Css Color HEX #B21DAB Deep Magenta

📋 copy color: '#B21DAB'

red 178 ◦ green 29 ◦ blue 171

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

Shades of Deep Magenta #B21DAB

Tints of Deep Magenta #B21DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 47.09%
G = 7.67%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B21DAB (or 0xB21DAB) is known color: Deep Magenta. HEX triplet: B2, 1D and AB. RGB value is (178,29,171). Sum of RGB (Red+Green+Blue) = 178+29+171=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B21DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21DAB is #4DE254. Grayscale: #595959. Windows color (decimal): -5104213 or 11214258. OLE color: 11214258.

HSL color Cylindrical-coordinate representation of color #B21DAB: hue angle of 302.82º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21DAB is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 171 -
CMYK 0 0.84 0.04 0.30
HSL 302.82º 0.72% 0.41% -
HSV(B) 302.82º 0.84% 0.7% -
XYZ 26.15 13.28 39.71 -
YUV 89.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 178 29 171 0 0.84 0.04 0.30 302.82 0.72 0.41
Hex B2 1D AB 0 54 4 1E 12F 48 29
Octal 262 35 253 0 124 4 36 457 110 51
Binary 10110010 11101 10101011 0 1010100 100 11110 100101111 1001000 101001

Color Harmonies of #B21DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DAB

Black with #B21DAB

Text Example


Text Example

White with #B21DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DAB; }

 p { color: rgb(178,29,171); }

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

background-color css

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

 a { background-color: rgb(178,29,171); }

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

border-color css

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

 span { border-color: rgb(178,29,171); }

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