Html Css Color HEX #B211C2 Deep Magenta

📋 copy color: '#B211C2'

red 178 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #B211C2

Tints of Deep Magenta #B211C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.87%

R = 45.76%
G = 4.37%
B = 49.87%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B211C2 (or 0xB211C2) is known color: Deep Magenta. HEX triplet: B2, 11 and C2. RGB value is (178,17,194). Sum of RGB (Red+Green+Blue) = 178+17+194=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #B211C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B211C2 is #4DEE3D. Grayscale: #545454. Windows color (decimal): -5107262 or 12718514. OLE color: 12718514.

HSL color Cylindrical-coordinate representation of color #B211C2: hue angle of 294.58º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B211C2 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 17 194 -
CMYK 0.08 0.91 0 0.24
HSL 294.58º 0.84% 0.41% -
HSV(B) 294.58º 0.91% 0.76% -
XYZ 28.3 13.76 52.2 -
YUV 85.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 178 17 194 0.08 0.91 0 0.24 294.58 0.84 0.41
Hex B2 11 C2 8 5B 0 18 127 54 29
Octal 262 21 302 10 133 0 30 447 124 51
Binary 10110010 10001 11000010 1000 1011011 0 11000 100100111 1010100 101001

Color Harmonies of #B211C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B211C2

Black with #B211C2

Text Example


Text Example

White with #B211C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B211C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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