Html Css Color HEX #B211CC Deep Magenta

📋 copy color: '#B211CC'

red 178 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #B211CC

Tints of Deep Magenta #B211CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 44.61%
G = 4.26%
B = 51.13%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B211CC (or 0xB211CC) is known color: Deep Magenta. HEX triplet: B2, 11 and CC. RGB value is (178,17,204). Sum of RGB (Red+Green+Blue) = 178+17+204=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B211CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211CC is #4DEE33. Grayscale: #555555. Windows color (decimal): -5107252 or 13373874. OLE color: 13373874.

HSL color Cylindrical-coordinate representation of color #B211CC: hue angle of 291.66º 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 #B211CC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 17 204 -
CMYK 0.13 0.92 0 0.2
HSL 291.66º 0.85% 0.43% -
HSV(B) 291.66º 0.92% 0.8% -
XYZ 29.46 14.23 58.32 -
YUV 86.46 194.34 193.29 -
System Red Green Blue C M Y K H S L
Decimal 178 17 204 0.13 0.92 0 0.2 291.66 0.85 0.43
Hex B2 11 CC D 5C 0 14 124 55 2B
Octal 262 21 314 15 134 0 24 444 125 53
Binary 10110010 10001 11001100 1101 1011100 0 10100 100100100 1010101 101011

Color Harmonies of #B211CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211CC

Black with #B211CC

Text Example


Text Example

White with #B211CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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