#B011C3

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

Shades of Deep Magenta #B011C3

Tints of Deep Magenta #B011C3

Color information

#B011C3 (or 0xB011C3) is unknown color: approx Deep Magenta. HEX triplet: B0, 11 and C3. RGB value is (176,17,195). Sum of RGB (Red+Green+Blue) = 176+17+195=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #B011C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011C3 is #4FEE3C. Grayscale: #545454. Windows color (decimal): -5238333 or 12784048. OLE color: 12784048.

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

Color convert

RGB17617195-
CMYK0.100.9100.24
HSL293.6º83.96%41.57%-
HSV(B)293.6º91.28%76.47%-
XYZ27.9613.5752.78-
YUV84.83190.18193.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 17 (7.03% from 255) = 4.38%
BLUE value IS 195 (76.56% from 255) = 50.26%
R=45.36%
G=4.38%
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.24
SystemRedGreenBlueCMYKHSL
Decimal176171950.100.9100.24293.683.9641.57
HexB011C3A5B018126542a
Octal260213031213303044612452
Binary101100001000111000011101010110110110001001001101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B011C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B011C3; }

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

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

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

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

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

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

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

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