Html Css Color HEX #BE28FC Electric Purple

📋 copy color: '#BE28FC'

red 190 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #BE28FC

Tints of Electric Purple #BE28FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 39.42%
G = 8.3%
B = 52.28%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE28FC (or 0xBE28FC) is known color: Electric Purple. HEX triplet: BE, 28 and FC. RGB value is (190,40,252). Sum of RGB (Red+Green+Blue) = 190+40+252=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE28FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28FC is #41D703. Grayscale: #6C6C6C. Windows color (decimal): -4314884 or 16525502. OLE color: 16525502.

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

Color convert

RGB 190 40 252 -
CMYK 0.25 0.84 0 0.01
HSL 282.45º 0.97% 0.57% -
HSV(B) 282.45º 0.84% 0.99% -
XYZ 39.56 19.49 93.77 -
YUV 109.02 208.7 185.76 -
System Red Green Blue C M Y K H S L
Decimal 190 40 252 0.25 0.84 0 0.01 282.45 0.97 0.57
Hex BE 28 FC 19 54 0 1 11A 61 39
Octal 276 50 374 31 124 0 1 432 141 71
Binary 10111110 101000 11111100 11001 1010100 0 1 100011010 1100001 111001

Color Harmonies of #BE28FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28FC

Black with #BE28FC

Text Example


Text Example

White with #BE28FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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