#BE0EB6

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

Shades of Deep Magenta #BE0EB6

Tints of Deep Magenta #BE0EB6

Color information

#BE0EB6 (or 0xBE0EB6) is unknown color: approx Deep Magenta. HEX triplet: BE, 0E and B6. RGB value is (190,14,182). Sum of RGB (Red+Green+Blue) = 190+14+182=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EB6 is #41F149. Grayscale: #555555. Windows color (decimal): -4321610 or 11931326. OLE color: 11931326.

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

Color convert

RGB19014182-
CMYK00.930.040.25
HSL302.73º86.27%40%-
HSV(B)302.73º92.63%74.51%-
XYZ29.8414.6445.51-
YUV85.78182.31202.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901418200.930.040.25302.7386.2740
HexBEEB605D41912f5628
Octal27616266013543145712650
Binary1011111011101011011001011101100110011001011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0EB6; }

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

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

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

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

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

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

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

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