Html Css Color HEX #B211BA Deep Magenta

📋 copy color: '#B211BA'

red 178 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #B211BA

Tints of Deep Magenta #B211BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 46.72%
G = 4.46%
B = 48.82%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B211BA (or 0xB211BA) is known color: Deep Magenta. HEX triplet: B2, 11 and BA. RGB value is (178,17,186). Sum of RGB (Red+Green+Blue) = 178+17+186=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B211BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211BA is #4DEE45. Grayscale: #535353. Windows color (decimal): -5107270 or 12194226. OLE color: 12194226.

HSL color Cylindrical-coordinate representation of color #B211BA: hue angle of 297.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B211BA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 17 186 -
CMYK 0.04 0.91 0 0.27
HSL 297.16º 0.83% 0.4% -
HSV(B) 297.16º 0.91% 0.73% -
XYZ 27.42 13.41 47.6 -
YUV 84.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 178 17 186 0.04 0.91 0 0.27 297.16 0.83 0.4
Hex B2 11 BA 4 5B 0 1B 129 53 28
Octal 262 21 272 4 133 0 33 451 123 50
Binary 10110010 10001 10111010 100 1011011 0 11011 100101001 1010011 101000

Color Harmonies of #B211BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211BA

Black with #B211BA

Text Example


Text Example

White with #B211BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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