#BE07E8

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

Shades of Electric Purple #BE07E8

Tints of Electric Purple #BE07E8

Color information

#BE07E8 (or 0xBE07E8) is unknown color: approx Electric Purple. HEX triplet: BE, 07 and E8. RGB value is (190,7,232). Sum of RGB (Red+Green+Blue) = 190+7+232=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE07E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE07E8 is #41F817. Grayscale: #565656. Windows color (decimal): -4323352 or 15206334. OLE color: 15206334.

HSL color Cylindrical-coordinate representation of color #BE07E8: hue angle of 288.8º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07E8 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1907232-
CMYK0.180.9700.09
HSL288.8º94.14%46.86%-
HSV(B)288.8º96.98%90.98%-
XYZ35.8816.9377.72-
YUV87.37209.63201.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 7 (3.12% from 255) = 1.63%
BLUE value IS 232 (91.02% from 255) = 54.08%
R=44.29%
G=1.63%
B=54.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19072320.180.9700.09288.894.1446.86
HexBE7E81261091215e2f
Octal27673502214101144113657
Binary1011111011111101000100101100001010011001000011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE07E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE07E8; }

 p { color: rgb(190,7,232); }

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

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

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

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

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

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

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