Html Css Color HEX #B21EAC Deep Magenta

📋 copy color: '#B21EAC'

red 178 ◦ green 30 ◦ blue 172

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

Shades of Deep Magenta #B21EAC

Tints of Deep Magenta #B21EAC

RGB

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

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

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

R = 46.84%
G = 7.89%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B21EAC (or 0xB21EAC) is known color: Deep Magenta. HEX triplet: B2, 1E and AC. RGB value is (178,30,172). Sum of RGB (Red+Green+Blue) = 178+30+172=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B21EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21EAC is #4DE153. Grayscale: #5A5A5A. Windows color (decimal): -5103956 or 11280050. OLE color: 11280050.

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

Color convert

RGB 178 30 172 -
CMYK 0 0.83 0.03 0.30
HSL 302.43º 0.71% 0.41% -
HSV(B) 302.43º 0.83% 0.7% -
XYZ 26.27 13.37 40.23 -
YUV 90.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 178 30 172 0 0.83 0.03 0.30 302.43 0.71 0.41
Hex B2 1E AC 0 53 3 1E 12E 47 29
Octal 262 36 254 0 123 3 36 456 107 51
Binary 10110010 11110 10101100 0 1010011 11 11110 100101110 1000111 101001

Color Harmonies of #B21EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21EAC

Black with #B21EAC

Text Example


Text Example

White with #B21EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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