Html Css Color HEX #BE28FE Electric Purple

📋 copy color: '#BE28FE'

red 190 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #BE28FE

Tints of Electric Purple #BE28FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.26%

 BLUE value IS 254 (99.61% from 255) = 52.48%

R = 39.26%
G = 8.26%
B = 52.48%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE28FE (or 0xBE28FE) is known color: Electric Purple. HEX triplet: BE, 28 and FE. RGB value is (190,40,254). Sum of RGB (Red+Green+Blue) = 190+40+254=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28FE is #41D701. Grayscale: #6C6C6C. Windows color (decimal): -4314882 or 16656574. OLE color: 16656574.

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

Color convert

RGB 190 40 254 -
CMYK 0.25 0.84 0 0.00
HSL 282.06º 0.99% 0.58% -
HSV(B) 282.06º 0.84% 1% -
XYZ 39.88 19.62 95.45 -
YUV 109.25 209.7 185.6 -
System Red Green Blue C M Y K H S L
Decimal 190 40 254 0.25 0.84 0 0.00 282.06 0.99 0.58
Hex BE 28 FE 19 54 0 0 11A 63 3A
Octal 276 50 376 31 124 0 0 432 143 72
Binary 10111110 101000 11111110 11001 1010100 0 0 100011010 1100011 111010

Color Harmonies of #BE28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28FE

Black with #BE28FE

Text Example


Text Example

White with #BE28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28FE; }

 p { color: rgb(190,40,254); }

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

background-color css

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

 a { background-color: rgb(190,40,254); }

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

border-color css

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

 span { border-color: rgb(190,40,254); }

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