#B111C1

Color #B111C1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B111C1

Tints of Deep Magenta #B111C1

Color information

#B111C1 (or 0xB111C1) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and C1. RGB value is (177,17,193). Sum of RGB (Red+Green+Blue) = 177+17+193=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #B111C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C1 is #4EEE3E. Grayscale: #545454. Windows color (decimal): -5172799 or 12652977. OLE color: 12652977.

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

Color convert

RGB17717193-
CMYK0.080.9100.24
HSL294.55º83.81%41.18%-
HSV(B)294.55º91.19%75.69%-
XYZ27.9613.651.6-
YUV84.9189.01193.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 17 (7.03% from 255) = 4.39%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=45.74%
G=4.39%
B=49.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177171930.080.9100.24294.5583.8141.18
HexB111C185B0181275429
Octal261213011013303044712451
Binary101100011000111000001100010110110110001001001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111C1; }

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

 H1.HeaderClassName
 {
   color: #B111C1;
 }
 .AnyTagClassName
 {
   color: #B111C1;
 }
</style>
background-color css

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

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

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

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

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

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