Html Css Color HEX #B211BB Deep Magenta

📋 copy color: '#B211BB'

red 178 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #B211BB

Tints of Deep Magenta #B211BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 46.6%
G = 4.45%
B = 48.95%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B211BB (or 0xB211BB) is known color: Deep Magenta. HEX triplet: B2, 11 and BB. RGB value is (178,17,187). Sum of RGB (Red+Green+Blue) = 178+17+187=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B211BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211BB is #4DEE44. Grayscale: #545454. Windows color (decimal): -5107269 or 12259762. OLE color: 12259762.

HSL color Cylindrical-coordinate representation of color #B211BB: hue angle of 296.82º 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 #B211BB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 17 187 -
CMYK 0.05 0.91 0 0.27
HSL 296.82º 0.83% 0.4% -
HSV(B) 296.82º 0.91% 0.73% -
XYZ 27.53 13.45 48.16 -
YUV 84.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 178 17 187 0.05 0.91 0 0.27 296.82 0.83 0.4
Hex B2 11 BB 5 5B 0 1B 129 53 28
Octal 262 21 273 5 133 0 33 451 123 50
Binary 10110010 10001 10111011 101 1011011 0 11011 100101001 1010011 101000

Color Harmonies of #B211BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211BB

Black with #B211BB

Text Example


Text Example

White with #B211BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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