Html Css Color HEX #BE0DFF Electric Purple

📋 copy color: '#BE0DFF'

red 190 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #BE0DFF

Tints of Electric Purple #BE0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.84%

 BLUE value IS 255 (100% from 255) = 55.68%

R = 41.48%
G = 2.84%
B = 55.68%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE0DFF (or 0xBE0DFF) is known color: Electric Purple. HEX triplet: BE, 0D and FF. RGB value is (190,13,255). Sum of RGB (Red+Green+Blue) = 190+13+255=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE0DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0DFF is #41F200. Grayscale: #5C5C5C. Windows color (decimal): -4321793 or 16715198. OLE color: 16715198.

HSL color Cylindrical-coordinate representation of color #BE0DFF: hue angle of 283.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0DFF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 13 255 -
CMYK 0.25 0.95 0 0
HSL 283.88º 1% 0.53% -
HSV(B) 283.88º 0.95% 1% -
XYZ 39.43 18.46 96.09 -
YUV 93.51 219.14 196.82 -
System Red Green Blue C M Y K H S L
Decimal 190 13 255 0.25 0.95 0 0 283.88 1 0.53
Hex BE D FF 19 5F 0 0 11C 64 35
Octal 276 15 377 31 137 0 0 434 144 65
Binary 10111110 1101 11111111 11001 1011111 0 0 100011100 1100100 110101

Color Harmonies of #BE0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DFF

Black with #BE0DFF

Text Example


Text Example

White with #BE0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DFF; }

 p { color: rgb(190,13,255); }

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

background-color css

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

 a { background-color: rgb(190,13,255); }

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

border-color css

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

 span { border-color: rgb(190,13,255); }

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