#BE09DF

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

Shades of Deep Magenta #BE09DF

Tints of Deep Magenta #BE09DF

Color information

#BE09DF (or 0xBE09DF) is unknown color: approx Deep Magenta. HEX triplet: BE, 09 and DF. RGB value is (190,9,223). Sum of RGB (Red+Green+Blue) = 190+9+223=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09DF is #41F620. Grayscale: #565656. Windows color (decimal): -4322849 or 14617022. OLE color: 14617022.

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

Color convert

RGB1909223-
CMYK0.150.9600.13
HSL290.75º92.24%45.49%-
HSV(B)290.75º95.96%87.45%-
XYZ34.6516.4771.16-
YUV87.52204.47201.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 9 (3.91% from 255) = 2.13%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=45.02%
G=2.13%
B=52.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19092230.150.9600.13290.7592.2445.49
HexBE9DFF600D1235c2d
Octal276113371714001544313455
Binary1011111010011101111111111100000011011001000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE09DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE09DF; }

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

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

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

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

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

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

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

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