Html Css Color HEX #BE28FD Electric Purple

📋 copy color: '#BE28FD'

red 190 ◦ green 40 ◦ blue 253

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

Shades of Electric Purple #BE28FD

Tints of Electric Purple #BE28FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 39.34%
G = 8.28%
B = 52.38%

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

#BE28FD (or 0xBE28FD) is known color: Electric Purple. HEX triplet: BE, 28 and FD. RGB value is (190,40,253). Sum of RGB (Red+Green+Blue) = 190+40+253=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28FD is #41D702. Grayscale: #6C6C6C. Windows color (decimal): -4314883 or 16591038. OLE color: 16591038.

HSL color Cylindrical-coordinate representation of color #BE28FD: hue angle of 282.25º degrees, saturation: 0.98, 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 #BE28FD is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 40 253 -
CMYK 0.25 0.84 0 0.01
HSL 282.25º 0.98% 0.57% -
HSV(B) 282.25º 0.84% 0.99% -
XYZ 39.72 19.56 94.61 -
YUV 109.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 190 40 253 0.25 0.84 0 0.01 282.25 0.98 0.57
Hex BE 28 FD 19 54 0 1 11A 62 39
Octal 276 50 375 31 124 0 1 432 142 71
Binary 10111110 101000 11111101 11001 1010100 0 1 100011010 1100010 111001

Color Harmonies of #BE28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28FD

Black with #BE28FD

Text Example


Text Example

White with #BE28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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