#BE0EBE

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

Shades of Deep Magenta #BE0EBE

Tints of Deep Magenta #BE0EBE

Color information

#BE0EBE (or 0xBE0EBE) is unknown color: approx Deep Magenta. HEX triplet: BE, 0E and BE. RGB value is (190,14,190). Sum of RGB (Red+Green+Blue) = 190+14+190=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE0EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EBE is #41F141. Grayscale: #565656. Windows color (decimal): -4321602 or 12455614. OLE color: 12455614.

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

Color convert

RGB19014190-
CMYK00.9300.25
HSL300º86.27%40%-
HSV(B)300º92.63%74.51%-
XYZ30.6914.9849.99-
YUV86.69186.31201.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 14 (5.86% from 255) = 3.55%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=48.22%
G=3.55%
B=48.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901419000.9300.2530086.2740
HexBEEBE05D01912c5628
Octal27616276013503145412650
Binary10111110111010111110010111010110011001011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0EBE; }

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

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

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

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

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

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

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

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