Html Css Color HEX #BE05ED Electric Purple

📋 copy color: '#BE05ED'

red 190 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #BE05ED

Tints of Electric Purple #BE05ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

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

R = 43.98%
G = 1.16%
B = 54.86%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE05ED (or 0xBE05ED) is known color: Electric Purple. HEX triplet: BE, 05 and ED. RGB value is (190,5,237). Sum of RGB (Red+Green+Blue) = 190+5+237=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE05ED is #41FA12. Grayscale: #565656. Windows color (decimal): -4323859 or 15533502. OLE color: 15533502.

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

Color convert

RGB 190 5 237 -
CMYK 0.20 0.98 0 0.07
HSL 287.84º 0.96% 0.47% -
HSV(B) 287.84º 0.98% 0.93% -
XYZ 36.58 17.17 81.51 -
YUV 86.76 212.79 201.64 -
System Red Green Blue C M Y K H S L
Decimal 190 5 237 0.20 0.98 0 0.07 287.84 0.96 0.47
Hex BE 5 ED 14 62 0 7 120 60 2F
Octal 276 5 355 24 142 0 7 440 140 57
Binary 10111110 101 11101101 10100 1100010 0 111 100100000 1100000 101111

Color Harmonies of #BE05ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05ED

Black with #BE05ED

Text Example


Text Example

White with #BE05ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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