Html Css Color HEX #B21DAC Deep Magenta

📋 copy color: '#B21DAC'

red 178 ◦ green 29 ◦ blue 172

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

Shades of Deep Magenta #B21DAC

Tints of Deep Magenta #B21DAC

RGB

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

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

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

R = 46.97%
G = 7.65%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B21DAC (or 0xB21DAC) is known color: Deep Magenta. HEX triplet: B2, 1D and AC. RGB value is (178,29,172). Sum of RGB (Red+Green+Blue) = 178+29+172=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B21DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21DAC is #4DE253. Grayscale: #595959. Windows color (decimal): -5104212 or 11279794. OLE color: 11279794.

HSL color Cylindrical-coordinate representation of color #B21DAC: hue angle of 302.42º 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 #B21DAC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 29 172 -
CMYK 0 0.84 0.03 0.30
HSL 302.42º 0.72% 0.41% -
HSV(B) 302.42º 0.84% 0.7% -
XYZ 26.25 13.32 40.22 -
YUV 89.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 178 29 172 0 0.84 0.03 0.30 302.42 0.72 0.41
Hex B2 1D AC 0 54 3 1E 12E 48 29
Octal 262 35 254 0 124 3 36 456 110 51
Binary 10110010 11101 10101100 0 1010100 11 11110 100101110 1001000 101001

Color Harmonies of #B21DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DAC

Black with #B21DAC

Text Example


Text Example

White with #B21DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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