Html Css Color HEX #BE07E9 Electric Purple

📋 copy color: '#BE07E9'

red 190 ◦ green 7 ◦ blue 233

#BE07E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BE07E9

Tints of Electric Purple #BE07E9

RGB

 RED value IS 190 (74.61% from 255) = 44.19%

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 233 (91.41% from 255) = 54.19%

R = 44.19%
G = 1.63%
B = 54.19%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE07E9 (or 0xBE07E9) is known color: Electric Purple. HEX triplet: BE, 07 and E9. RGB value is (190,7,233). Sum of RGB (Red+Green+Blue) = 190+7+233=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE07E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE07E9 is #41F816. Grayscale: #565656. Windows color (decimal): -4323351 or 15271870. OLE color: 15271870.

HSL color Cylindrical-coordinate representation of color #BE07E9: hue angle of 288.58º 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 #BE07E9 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 7 233 -
CMYK 0.18 0.97 0 0.09
HSL 288.58º 0.94% 0.47% -
HSV(B) 288.58º 0.97% 0.91% -
XYZ 36.02 16.98 78.47 -
YUV 87.48 210.13 201.12 -
System Red Green Blue C M Y K H S L
Decimal 190 7 233 0.18 0.97 0 0.09 288.58 0.94 0.47
Hex BE 7 E9 12 61 0 9 121 5E 2F
Octal 276 7 351 22 141 0 11 441 136 57
Binary 10111110 111 11101001 10010 1100001 0 1001 100100001 1011110 101111

Color Harmonies of #BE07E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07E9

Black with #BE07E9

Text Example


Text Example

White with #BE07E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07E9; }

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

 H1.HeaderClassName
 {
   color: #BE07E9;
 }
 .AnyTagClassName
 {
   color: #BE07E9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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