Html Css Color HEX #B213AE Deep Magenta

📋 copy color: '#B213AE'

red 178 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #B213AE

Tints of Deep Magenta #B213AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 47.98%
G = 5.12%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B213AE (or 0xB213AE) is known color: Deep Magenta. HEX triplet: B2, 13 and AE. RGB value is (178,19,174). Sum of RGB (Red+Green+Blue) = 178+19+174=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B213AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213AE is #4DEC51. Grayscale: #535353. Windows color (decimal): -5106770 or 11408306. OLE color: 11408306.

HSL color Cylindrical-coordinate representation of color #B213AE: hue angle of 301.51º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B213AE is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 174 -
CMYK 0 0.89 0.02 0.30
HSL 301.51º 0.81% 0.39% -
HSV(B) 301.51º 0.89% 0.7% -
XYZ 26.23 12.99 41.17 -
YUV 84.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 178 19 174 0 0.89 0.02 0.30 301.51 0.81 0.39
Hex B2 13 AE 0 59 2 1E 12E 51 27
Octal 262 23 256 0 131 2 36 456 121 47
Binary 10110010 10011 10101110 0 1011001 10 11110 100101110 1010001 100111

Color Harmonies of #B213AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213AE

Black with #B213AE

Text Example


Text Example

White with #B213AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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