Html Css Color HEX #B213AA Deep Magenta

📋 copy color: '#B213AA'

red 178 ◦ green 19 ◦ blue 170

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

Shades of Deep Magenta #B213AA

Tints of Deep Magenta #B213AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 48.5%
G = 5.18%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B213AA (or 0xB213AA) is known color: Deep Magenta. HEX triplet: B2, 13 and AA. RGB value is (178,19,170). Sum of RGB (Red+Green+Blue) = 178+19+170=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B213AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213AA is #4DEC55. Grayscale: #535353. Windows color (decimal): -5106774 or 11146162. OLE color: 11146162.

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

Color convert

RGB 178 19 170 -
CMYK 0 0.89 0.04 0.30
HSL 303.02º 0.81% 0.39% -
HSV(B) 303.02º 0.89% 0.7% -
XYZ 25.85 12.83 39.14 -
YUV 83.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 178 19 170 0 0.89 0.04 0.30 303.02 0.81 0.39
Hex B2 13 AA 0 59 4 1E 12F 51 27
Octal 262 23 252 0 131 4 36 457 121 47
Binary 10110010 10011 10101010 0 1011001 100 11110 100101111 1010001 100111

Color Harmonies of #B213AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213AA

Black with #B213AA

Text Example


Text Example

White with #B213AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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