Html Css Color HEX #B011C9 Deep Magenta

📋 copy color: '#B011C9'

red 176 ◦ green 17 ◦ blue 201

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

Shades of Deep Magenta #B011C9

Tints of Deep Magenta #B011C9

RGB

 RED value IS 176 (69.14% from 255) = 44.67%

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 44.67%
G = 4.31%
B = 51.02%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B011C9 (or 0xB011C9) is known color: Deep Magenta. HEX triplet: B0, 11 and C9. RGB value is (176,17,201). Sum of RGB (Red+Green+Blue) = 176+17+201=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #B011C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C9 is #4FEE36. Grayscale: #545454. Windows color (decimal): -5238327 or 13177264. OLE color: 13177264.

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

Color convert

RGB 176 17 201 -
CMYK 0.12 0.92 0 0.21
HSL 291.85º 0.84% 0.43% -
HSV(B) 291.85º 0.92% 0.79% -
XYZ 28.65 13.85 56.42 -
YUV 85.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 176 17 201 0.12 0.92 0 0.21 291.85 0.84 0.43
Hex B0 11 C9 C 5C 0 15 124 54 2B
Octal 260 21 311 14 134 0 25 444 124 53
Binary 10110000 10001 11001001 1100 1011100 0 10101 100100100 1010100 101011

Color Harmonies of #B011C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011C9

Black with #B011C9

Text Example


Text Example

White with #B011C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011C9; }

 p { color: rgb(176,17,201); }

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

background-color css

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

 a { background-color: rgb(176,17,201); }

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

border-color css

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

 span { border-color: rgb(176,17,201); }

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