Html Css Color HEX #B211CB Deep Magenta

📋 copy color: '#B211CB'

red 178 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #B211CB

Tints of Deep Magenta #B211CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 44.72%
G = 4.27%
B = 51.01%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B211CB (or 0xB211CB) is known color: Deep Magenta. HEX triplet: B2, 11 and CB. RGB value is (178,17,203). Sum of RGB (Red+Green+Blue) = 178+17+203=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #B211CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211CB is #4DEE34. Grayscale: #555555. Windows color (decimal): -5107253 or 13308338. OLE color: 13308338.

HSL color Cylindrical-coordinate representation of color #B211CB: hue angle of 291.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B211CB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 17 203 -
CMYK 0.12 0.92 0 0.20
HSL 291.94º 0.85% 0.43% -
HSV(B) 291.94º 0.92% 0.8% -
XYZ 29.34 14.18 57.69 -
YUV 86.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 178 17 203 0.12 0.92 0 0.20 291.94 0.85 0.43
Hex B2 11 CB C 5C 0 14 124 55 2B
Octal 262 21 313 14 134 0 24 444 125 53
Binary 10110010 10001 11001011 1100 1011100 0 10100 100100100 1010101 101011

Color Harmonies of #B211CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211CB

Black with #B211CB

Text Example


Text Example

White with #B211CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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