Html Css Color HEX #BE28EF Electric Purple

📋 copy color: '#BE28EF'

red 190 ◦ green 40 ◦ blue 239

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

Shades of Electric Purple #BE28EF

Tints of Electric Purple #BE28EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 40.51%
G = 8.53%
B = 50.96%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE28EF (or 0xBE28EF) is known color: Electric Purple. HEX triplet: BE, 28 and EF. RGB value is (190,40,239). Sum of RGB (Red+Green+Blue) = 190+40+239=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE28EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28EF is #41D710. Grayscale: #6A6A6A. Windows color (decimal): -4314897 or 15673534. OLE color: 15673534.

HSL color Cylindrical-coordinate representation of color #BE28EF: hue angle of 285.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE28EF is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 40 239 -
CMYK 0.21 0.83 0 0.06
HSL 285.23º 0.86% 0.55% -
HSV(B) 285.23º 0.83% 0.94% -
XYZ 37.57 18.7 83.29 -
YUV 107.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 190 40 239 0.21 0.83 0 0.06 285.23 0.86 0.55
Hex BE 28 EF 15 53 0 6 11D 56 37
Octal 276 50 357 25 123 0 6 435 126 67
Binary 10111110 101000 11101111 10101 1010011 0 110 100011101 1010110 110111

Color Harmonies of #BE28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28EF

Black with #BE28EF

Text Example


Text Example

White with #BE28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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