Html Css Color HEX #B111C0 Deep Magenta

📋 copy color: '#B111C0'

red 177 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #B111C0

Tints of Deep Magenta #B111C0

RGB

 RED value IS 177 (69.53% from 255) = 45.85%

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

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

R = 45.85%
G = 4.4%
B = 49.74%

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

#B111C0 (or 0xB111C0) is known color: Deep Magenta. HEX triplet: B1, 11 and C0. RGB value is (177,17,192). Sum of RGB (Red+Green+Blue) = 177+17+192=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #B111C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C0 is #4EEE3F. Grayscale: #545454. Windows color (decimal): -5172800 or 12587441. OLE color: 12587441.

HSL color Cylindrical-coordinate representation of color #B111C0: hue angle of 294.86º 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 #B111C0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 17 192 -
CMYK 0.08 0.91 0 0.25
HSL 294.86º 0.84% 0.41% -
HSV(B) 294.86º 0.91% 0.75% -
XYZ 27.85 13.55 51.02 -
YUV 84.79 188.51 193.77 -
System Red Green Blue C M Y K H S L
Decimal 177 17 192 0.08 0.91 0 0.25 294.86 0.84 0.41
Hex B1 11 C0 8 5B 0 19 127 54 29
Octal 261 21 300 10 133 0 31 447 124 51
Binary 10110001 10001 11000000 1000 1011011 0 11001 100100111 1010100 101001

Color Harmonies of #B111C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111C0

Black with #B111C0

Text Example


Text Example

White with #B111C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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