Html Css Color HEX #B211AA Deep Magenta

📋 copy color: '#B211AA'

red 178 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #B211AA

Tints of Deep Magenta #B211AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

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

R = 48.77%
G = 4.66%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B211AA (or 0xB211AA) is known color: Deep Magenta. HEX triplet: B2, 11 and AA. RGB value is (178,17,170). Sum of RGB (Red+Green+Blue) = 178+17+170=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B211AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B211AA is #4DEE55. Grayscale: #525252. Windows color (decimal): -5107286 or 11145650. OLE color: 11145650.

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

Color convert

RGB 178 17 170 -
CMYK 0 0.90 0.04 0.30
HSL 302.98º 0.83% 0.38% -
HSV(B) 302.98º 0.9% 0.7% -
XYZ 25.82 12.77 39.13 -
YUV 82.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 178 17 170 0 0.90 0.04 0.30 302.98 0.83 0.38
Hex B2 11 AA 0 5A 4 1E 12F 53 26
Octal 262 21 252 0 132 4 36 457 123 46
Binary 10110010 10001 10101010 0 1011010 100 11110 100101111 1010011 100110

Color Harmonies of #B211AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211AA

Black with #B211AA

Text Example


Text Example

White with #B211AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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