Html Css Color HEX #BE30FA Electric Purple

📋 copy color: '#BE30FA'

red 190 ◦ green 48 ◦ blue 250

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

Shades of Electric Purple #BE30FA

Tints of Electric Purple #BE30FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.84%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 38.93%
G = 9.84%
B = 51.23%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE30FA (or 0xBE30FA) is known color: Electric Purple. HEX triplet: BE, 30 and FA. RGB value is (190,48,250). Sum of RGB (Red+Green+Blue) = 190+48+250=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30FA is #41CF05. Grayscale: #707070. Windows color (decimal): -4312838 or 16396478. OLE color: 16396478.

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

Color convert

RGB 190 48 250 -
CMYK 0.24 0.81 0 0.02
HSL 282.18º 0.95% 0.58% -
HSV(B) 282.18º 0.81% 0.98% -
XYZ 39.55 19.96 92.21 -
YUV 113.49 205.04 182.57 -
System Red Green Blue C M Y K H S L
Decimal 190 48 250 0.24 0.81 0 0.02 282.18 0.95 0.58
Hex BE 30 FA 18 51 0 2 11A 5F 3A
Octal 276 60 372 30 121 0 2 432 137 72
Binary 10111110 110000 11111010 11000 1010001 0 10 100011010 1011111 111010

Color Harmonies of #BE30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30FA

Black with #BE30FA

Text Example


Text Example

White with #BE30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30FA; }

 p { color: rgb(190,48,250); }

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

background-color css

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

 a { background-color: rgb(190,48,250); }

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

border-color css

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

 span { border-color: rgb(190,48,250); }

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