#BE09E0

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

Shades of Deep Magenta #BE09E0

Tints of Deep Magenta #BE09E0

Color information

#BE09E0 (or 0xBE09E0) is unknown color: approx Deep Magenta. HEX triplet: BE, 09 and E0. RGB value is (190,9,224). Sum of RGB (Red+Green+Blue) = 190+9+224=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE09E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09E0 is #41F61F. Grayscale: #565656. Windows color (decimal): -4322848 or 14682558. OLE color: 14682558.

HSL color Cylindrical-coordinate representation of color #BE09E0: hue angle of 290.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE09E0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1909224-
CMYK0.150.9600.12
HSL290.51º92.27%45.69%-
HSV(B)290.51º95.98%87.84%-
XYZ34.7916.5271.88-
YUV87.63204.97201.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 9 (3.91% from 255) = 2.13%
BLUE value IS 224 (87.89% from 255) = 52.96%
R=44.92%
G=2.13%
B=52.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal19092240.150.9600.12290.5192.2745.69
HexBE9E0F600C1235c2e
Octal276113401714001444313456
Binary1011111010011110000011111100000011001001000111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE09E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE09E0; }

 p { color: rgb(190,9,224); }

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

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

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

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

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

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

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