#B111C4

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

Shades of Deep Magenta #B111C4

Tints of Deep Magenta #B111C4

Color information

#B111C4 (or 0xB111C4) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and C4. RGB value is (177,17,196). Sum of RGB (Red+Green+Blue) = 177+17+196=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #B111C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111C4 is #4EEE3B. Grayscale: #545454. Windows color (decimal): -5172796 or 12849585. OLE color: 12849585.

HSL color Cylindrical-coordinate representation of color #B111C4: hue angle of 293.63º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111C4 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17717196-
CMYK0.100.9100.23
HSL293.63º84.04%41.76%-
HSV(B)293.63º91.33%76.86%-
XYZ28.313.7353.38-
YUV85.25190.51193.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 17 (7.03% from 255) = 4.36%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=45.38%
G=4.36%
B=50.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177171960.100.9100.23293.6384.0441.76
HexB111C4A5B017126542a
Octal261213041213302744612452
Binary101100011000111000100101010110110101111001001101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111C4; }

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

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

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

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

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

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

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

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