Html Css Color HEX #B21EAB Deep Magenta

📋 copy color: '#B21EAB'

red 178 ◦ green 30 ◦ blue 171

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

Shades of Deep Magenta #B21EAB

Tints of Deep Magenta #B21EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.92%

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

R = 46.97%
G = 7.92%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B21EAB (or 0xB21EAB) is known color: Deep Magenta. HEX triplet: B2, 1E and AB. RGB value is (178,30,171). Sum of RGB (Red+Green+Blue) = 178+30+171=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EAB is #4DE154. Grayscale: #595959. Windows color (decimal): -5103957 or 11214514. OLE color: 11214514.

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

Color convert

RGB 178 30 171 -
CMYK 0 0.83 0.04 0.30
HSL 302.84º 0.71% 0.41% -
HSV(B) 302.84º 0.83% 0.7% -
XYZ 26.18 13.33 39.72 -
YUV 90.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 178 30 171 0 0.83 0.04 0.30 302.84 0.71 0.41
Hex B2 1E AB 0 53 4 1E 12F 47 29
Octal 262 36 253 0 123 4 36 457 107 51
Binary 10110010 11110 10101011 0 1010011 100 11110 100101111 1000111 101001

Color Harmonies of #B21EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EAB

Black with #B21EAB

Text Example


Text Example

White with #B21EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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