Html Css Color HEX #BE0FED Electric Purple

📋 copy color: '#BE0FED'

red 190 ◦ green 15 ◦ blue 237

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

Shades of Electric Purple #BE0FED

Tints of Electric Purple #BE0FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.39%

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

R = 42.99%
G = 3.39%
B = 53.62%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE0FED (or 0xBE0FED) is known color: Electric Purple. HEX triplet: BE, 0F and ED. RGB value is (190,15,237). Sum of RGB (Red+Green+Blue) = 190+15+237=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FED is #41F012. Grayscale: #5B5B5B. Windows color (decimal): -4321299 or 15536062. OLE color: 15536062.

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

Color convert

RGB 190 15 237 -
CMYK 0.20 0.94 0 0.07
HSL 287.3º 0.88% 0.49% -
HSV(B) 287.3º 0.94% 0.93% -
XYZ 36.69 17.4 81.55 -
YUV 92.63 209.48 197.45 -
System Red Green Blue C M Y K H S L
Decimal 190 15 237 0.20 0.94 0 0.07 287.3 0.88 0.49
Hex BE F ED 14 5E 0 7 11F 58 31
Octal 276 17 355 24 136 0 7 437 130 61
Binary 10111110 1111 11101101 10100 1011110 0 111 100011111 1011000 110001

Color Harmonies of #BE0FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FED

Black with #BE0FED

Text Example


Text Example

White with #BE0FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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