#BE10E1

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

Shades of Deep Magenta #BE10E1

Tints of Deep Magenta #BE10E1

Color information

#BE10E1 (or 0xBE10E1) is unknown color: approx Deep Magenta. HEX triplet: BE, 10 and E1. RGB value is (190,16,225). Sum of RGB (Red+Green+Blue) = 190+16+225=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE10E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10E1 is #41EF1E. Grayscale: #5B5B5B. Windows color (decimal): -4321055 or 14749886. OLE color: 14749886.

HSL color Cylindrical-coordinate representation of color #BE10E1: hue angle of 289.95º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE10E1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19016225-
CMYK0.160.9300.12
HSL289.95º86.72%47.25%-
HSV(B)289.95º92.89%88.24%-
XYZ35.0116.7572.62-
YUV91.85203.15198.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 16 (6.64% from 255) = 3.71%
BLUE value IS 225 (88.28% from 255) = 52.20%
R=44.08%
G=3.71%
B=52.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190162250.160.9300.12289.9586.7247.25
HexBE10E1105D0C122572f
Octal276203412013501444212757
Binary101111101000011100001100001011101011001001000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE10E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE10E1; }

 p { color: rgb(190,16,225); }

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

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

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

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

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

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

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