Html Css Color HEX #BE07ED Electric Purple

📋 copy color: '#BE07ED'

red 190 ◦ green 7 ◦ blue 237

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

Shades of Electric Purple #BE07ED

Tints of Electric Purple #BE07ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 43.78%
G = 1.61%
B = 54.61%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE07ED (or 0xBE07ED) is known color: Electric Purple. HEX triplet: BE, 07 and ED. RGB value is (190,7,237). Sum of RGB (Red+Green+Blue) = 190+7+237=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE07ED is #41F812. Grayscale: #575757. Windows color (decimal): -4323347 or 15534014. OLE color: 15534014.

HSL color Cylindrical-coordinate representation of color #BE07ED: hue angle of 287.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07ED is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 7 237 -
CMYK 0.20 0.97 0 0.07
HSL 287.74º 0.94% 0.48% -
HSV(B) 287.74º 0.97% 0.93% -
XYZ 36.6 17.21 81.51 -
YUV 87.94 212.13 200.8 -
System Red Green Blue C M Y K H S L
Decimal 190 7 237 0.20 0.97 0 0.07 287.74 0.94 0.48
Hex BE 7 ED 14 61 0 7 120 5E 30
Octal 276 7 355 24 141 0 7 440 136 60
Binary 10111110 111 11101101 10100 1100001 0 111 100100000 1011110 110000

Color Harmonies of #BE07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07ED

Black with #BE07ED

Text Example


Text Example

White with #BE07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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