Html Css Color HEX #BE28ED Electric Purple

📋 copy color: '#BE28ED'

red 190 ◦ green 40 ◦ blue 237

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

Shades of Electric Purple #BE28ED

Tints of Electric Purple #BE28ED

RGB

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

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

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

R = 40.69%
G = 8.57%
B = 50.75%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE28ED (or 0xBE28ED) is known color: Electric Purple. HEX triplet: BE, 28 and ED. RGB value is (190,40,237). Sum of RGB (Red+Green+Blue) = 190+40+237=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28ED is #41D712. Grayscale: #6A6A6A. Windows color (decimal): -4314899 or 15542462. OLE color: 15542462.

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

Color convert

RGB 190 40 237 -
CMYK 0.20 0.83 0 0.07
HSL 285.69º 0.85% 0.54% -
HSV(B) 285.69º 0.83% 0.93% -
XYZ 37.28 18.58 81.74 -
YUV 107.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 190 40 237 0.20 0.83 0 0.07 285.69 0.85 0.54
Hex BE 28 ED 14 53 0 7 11E 55 36
Octal 276 50 355 24 123 0 7 436 125 66
Binary 10111110 101000 11101101 10100 1010011 0 111 100011110 1010101 110110

Color Harmonies of #BE28ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28ED

Black with #BE28ED

Text Example


Text Example

White with #BE28ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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