#B013C6

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

Shades of Deep Magenta #B013C6

Tints of Deep Magenta #B013C6

Color information

#B013C6 (or 0xB013C6) is unknown color: approx Deep Magenta. HEX triplet: B0, 13 and C6. RGB value is (176,19,198). Sum of RGB (Red+Green+Blue) = 176+19+198=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #B013C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013C6 is #4FEC39. Grayscale: #555555. Windows color (decimal): -5237818 or 12981168. OLE color: 12981168.

HSL color Cylindrical-coordinate representation of color #B013C6: hue angle of 292.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B013C6 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17619198-
CMYK0.110.9000.22
HSL292.63º82.49%42.55%-
HSV(B)292.63º90.4%77.65%-
XYZ28.3313.7754.59-
YUV86.35191.01191.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=44.78%
G=4.83%
B=50.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176191980.110.9000.22292.6382.4942.55
HexB013C6B5A016125522b
Octal260233061313202644512253
Binary101100001001111000110101110110100101101001001011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B013C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B013C6; }

 p { color: rgb(176,19,198); }

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

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

 a { background-color: rgb(176,19,198); }

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

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

 span { border-color: rgb(176,19,198); }

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