#B011CC

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

Shades of Deep Magenta #B011CC

Tints of Deep Magenta #B011CC

Color information

#B011CC (or 0xB011CC) is unknown color: approx Deep Magenta. HEX triplet: B0, 11 and CC. RGB value is (176,17,204). Sum of RGB (Red+Green+Blue) = 176+17+204=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #B011CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011CC is #4FEE33. Grayscale: #555555. Windows color (decimal): -5238324 or 13373872. OLE color: 13373872.

HSL color Cylindrical-coordinate representation of color #B011CC: hue angle of 291.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B011CC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17617204-
CMYK0.140.9200.2
HSL291.02º84.62%43.33%-
HSV(B)291.02º91.67%80%-
XYZ2913.9958.3-
YUV85.86194.68192.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=44.33%
G=4.28%
B=51.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176172040.140.9200.2291.0284.6243.33
HexB011CCE5C014123552b
Octal260213141613402444312553
Binary101100001000111001100111010111000101001001000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B011CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B011CC; }

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

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

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

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

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

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

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

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