Html Css Color HEX #B011C0 Deep Magenta

📋 copy color: '#B011C0'

red 176 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #B011C0

Tints of Deep Magenta #B011C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 45.71%
G = 4.42%
B = 49.87%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B011C0 (or 0xB011C0) is known color: Deep Magenta. HEX triplet: B0, 11 and C0. RGB value is (176,17,192). Sum of RGB (Red+Green+Blue) = 176+17+192=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #B011C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C0 is #4FEE3F. Grayscale: #535353. Windows color (decimal): -5238336 or 12587440. OLE color: 12587440.

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

Color convert

RGB 176 17 192 -
CMYK 0.08 0.91 0 0.25
HSL 294.51º 0.84% 0.41% -
HSV(B) 294.51º 0.91% 0.75% -
XYZ 27.62 13.44 51.01 -
YUV 84.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 176 17 192 0.08 0.91 0 0.25 294.51 0.84 0.41
Hex B0 11 C0 8 5B 0 19 127 54 29
Octal 260 21 300 10 133 0 31 447 124 51
Binary 10110000 10001 11000000 1000 1011011 0 11001 100100111 1010100 101001

Color Harmonies of #B011C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011C0

Black with #B011C0

Text Example


Text Example

White with #B011C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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