Html Css Color HEX #BE28FB Electric Purple

📋 copy color: '#BE28FB'

red 190 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #BE28FB

Tints of Electric Purple #BE28FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 39.5%
G = 8.32%
B = 52.18%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE28FB (or 0xBE28FB) is known color: Electric Purple. HEX triplet: BE, 28 and FB. RGB value is (190,40,251). Sum of RGB (Red+Green+Blue) = 190+40+251=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE28FB is #41D704. Grayscale: #6C6C6C. Windows color (decimal): -4314885 or 16459966. OLE color: 16459966.

HSL color Cylindrical-coordinate representation of color #BE28FB: hue angle of 282.65º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE28FB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 40 251 -
CMYK 0.24 0.84 0 0.02
HSL 282.65º 0.96% 0.57% -
HSV(B) 282.65º 0.84% 0.98% -
XYZ 39.41 19.43 92.94 -
YUV 108.9 208.2 185.84 -
System Red Green Blue C M Y K H S L
Decimal 190 40 251 0.24 0.84 0 0.02 282.65 0.96 0.57
Hex BE 28 FB 18 54 0 2 11B 60 39
Octal 276 50 373 30 124 0 2 433 140 71
Binary 10111110 101000 11111011 11000 1010100 0 10 100011011 1100000 111001

Color Harmonies of #BE28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28FB

Black with #BE28FB

Text Example


Text Example

White with #BE28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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