#B60EBE

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

Shades of Deep Magenta #B60EBE

Tints of Deep Magenta #B60EBE

Color information

#B60EBE (or 0xB60EBE) is unknown color: approx Deep Magenta. HEX triplet: B6, 0E and BE. RGB value is (182,14,190). Sum of RGB (Red+Green+Blue) = 182+14+190=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #B60EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EBE is #49F141. Grayscale: #535353. Windows color (decimal): -4845890 or 12455606. OLE color: 12455606.

HSL color Cylindrical-coordinate representation of color #B60EBE: hue angle of 297.27º 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 #B60EBE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18214190-
CMYK0.040.9300.25
HSL297.27º86.27%40%-
HSV(B)297.27º92.63%74.51%-
XYZ28.7413.9849.9-
YUV84.3187.66197.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 14 (5.86% from 255) = 3.63%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=47.15%
G=3.63%
B=49.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182141900.040.9300.25297.2786.2740
HexB6EBE45D0191295628
Octal26616276413503145112650
Binary1011011011101011111010010111010110011001010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60EBE; }

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

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

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

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

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

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

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

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