#B60EC0

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

Shades of Deep Magenta #B60EC0

Tints of Deep Magenta #B60EC0

Color information

#B60EC0 (or 0xB60EC0) is unknown color: approx Deep Magenta. HEX triplet: B6, 0E and C0. RGB value is (182,14,192). Sum of RGB (Red+Green+Blue) = 182+14+192=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #B60EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EC0 is #49F13F. Grayscale: #535353. Windows color (decimal): -4845888 or 12586678. OLE color: 12586678.

HSL color Cylindrical-coordinate representation of color #B60EC0: hue angle of 296.63º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60EC0 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18214192-
CMYK0.050.9300.25
HSL296.63º86.41%40.39%-
HSV(B)296.63º92.71%75.29%-
XYZ28.9614.0651.06-
YUV84.52188.66197.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 14 (5.86% from 255) = 3.61%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=46.91%
G=3.61%
B=49.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182141920.050.9300.25296.6386.4140.39
HexB6EC055D0191295628
Octal26616300513503145112650
Binary1011011011101100000010110111010110011001010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60EC0; }

 p { color: rgb(182,14,192); }

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

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

 a { background-color: rgb(182,14,192); }

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

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

 span { border-color: rgb(182,14,192); }

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