Html Css Color HEX #B21BAE Deep Magenta

📋 copy color: '#B21BAE'

red 178 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #B21BAE

Tints of Deep Magenta #B21BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.12%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 46.97%
G = 7.12%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B21BAE (or 0xB21BAE) is known color: Deep Magenta. HEX triplet: B2, 1B and AE. RGB value is (178,27,174). Sum of RGB (Red+Green+Blue) = 178+27+174=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BAE is #4DE451. Grayscale: #585858. Windows color (decimal): -5104722 or 11410354. OLE color: 11410354.

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

Color convert

RGB 178 27 174 -
CMYK 0 0.85 0.02 0.30
HSL 301.59º 0.74% 0.4% -
HSV(B) 301.59º 0.85% 0.7% -
XYZ 26.39 13.3 41.22 -
YUV 88.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 178 27 174 0 0.85 0.02 0.30 301.59 0.74 0.4
Hex B2 1B AE 0 55 2 1E 12E 4A 28
Octal 262 33 256 0 125 2 36 456 112 50
Binary 10110010 11011 10101110 0 1010101 10 11110 100101110 1001010 101000

Color Harmonies of #B21BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BAE

Black with #B21BAE

Text Example


Text Example

White with #B21BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BAE; }

 p { color: rgb(178,27,174); }

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

background-color css

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

 a { background-color: rgb(178,27,174); }

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

border-color css

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

 span { border-color: rgb(178,27,174); }

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