#be09e6

Color #BE09E6 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BE09E6

Tints of Electric Purple #BE09E6

Color information

#BE09E6 (or 0xBE09E6) is unknown color: approx Electric Purple. HEX triplet: BE, 09 and E6. RGB value is (190,9,230). Sum of RGB (Red+Green+Blue) = 190+9+230=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE09E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE09E6 is #41F619. Grayscale: #575757. Windows color (decimal): -4322842 or 15075774. OLE color: 15075774.

HSL color Cylindrical-coordinate representation of color #BE09E6: hue angle of 289.14º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE09E6 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1909230-
CMYK0.170.9600.10
HSL289.14º92.47%46.86%-
HSV(B)289.14º96.09%90.2%-
XYZ35.6216.8676.24-
YUV88.31207.97200.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 9 (3.91% from 255) = 2.10%
BLUE value IS 230 (90.23% from 255) = 53.61%
R=44.29%
G=2.10%
B=53.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19092300.170.9600.10289.1492.4746.86
HexBE9E611600A1215c2f
Octal276113462114001244113457
Binary10111110100111100110100011100000010101001000011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be09e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be09e6; }

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

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

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

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

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

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

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

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