#B011C4

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

Shades of Deep Magenta #B011C4

Tints of Deep Magenta #B011C4

Color information

#B011C4 (or 0xB011C4) is unknown color: approx Deep Magenta. HEX triplet: B0, 11 and C4. RGB value is (176,17,196). Sum of RGB (Red+Green+Blue) = 176+17+196=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #B011C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C4 is #4FEE3B. Grayscale: #545454. Windows color (decimal): -5238332 or 12849584. OLE color: 12849584.

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

Color convert

RGB17617196-
CMYK0.100.9100.23
HSL293.3º84.04%41.76%-
HSV(B)293.3º91.33%76.86%-
XYZ28.0713.6253.37-
YUV84.95190.68192.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=45.24%
G=4.37%
B=50.39%

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
Decimal176171960.100.9100.23293.384.0441.76
HexB011C4A5B017125542a
Octal260213041213302744512452
Binary101100001000111000100101010110110101111001001011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B011C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B011C4; }

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

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

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

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

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

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

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

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