Html Css Color HEX #B21AAB Deep Magenta

📋 copy color: '#B21AAB'

red 178 ◦ green 26 ◦ blue 171

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

Shades of Deep Magenta #B21AAB

Tints of Deep Magenta #B21AAB

RGB

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

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

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

R = 47.47%
G = 6.93%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B21AAB (or 0xB21AAB) is known color: Deep Magenta. HEX triplet: B2, 1A and AB. RGB value is (178,26,171). Sum of RGB (Red+Green+Blue) = 178+26+171=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B21AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21AAB is #4DE554. Grayscale: #575757. Windows color (decimal): -5104981 or 11213490. OLE color: 11213490.

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

Color convert

RGB 178 26 171 -
CMYK 0 0.85 0.04 0.30
HSL 302.76º 0.75% 0.4% -
HSV(B) 302.76º 0.85% 0.7% -
XYZ 26.08 13.14 39.69 -
YUV 87.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 178 26 171 0 0.85 0.04 0.30 302.76 0.75 0.4
Hex B2 1A AB 0 55 4 1E 12F 4B 28
Octal 262 32 253 0 125 4 36 457 113 50
Binary 10110010 11010 10101011 0 1010101 100 11110 100101111 1001011 101000

Color Harmonies of #B21AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21AAB

Black with #B21AAB

Text Example


Text Example

White with #B21AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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