Html Css Color HEX #BE03FA Electric Purple

📋 copy color: '#BE03FA'

red 190 ◦ green 3 ◦ blue 250

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

Shades of Electric Purple #BE03FA

Tints of Electric Purple #BE03FA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 42.89%
G = 0.68%
B = 56.43%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE03FA (or 0xBE03FA) is known color: Electric Purple. HEX triplet: BE, 03 and FA. RGB value is (190,3,250). Sum of RGB (Red+Green+Blue) = 190+3+250=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE03FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE03FA is #41FC05. Grayscale: #565656. Windows color (decimal): -4324358 or 16384958. OLE color: 16384958.

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

Color convert

RGB 190 3 250 -
CMYK 0.24 0.99 0 0.02
HSL 285.43º 0.98% 0.5% -
HSV(B) 285.43º 0.99% 0.98% -
XYZ 38.52 17.91 91.87 -
YUV 87.07 219.95 201.42 -
System Red Green Blue C M Y K H S L
Decimal 190 3 250 0.24 0.99 0 0.02 285.43 0.98 0.5
Hex BE 3 FA 18 63 0 2 11D 62 32
Octal 276 3 372 30 143 0 2 435 142 62
Binary 10111110 11 11111010 11000 1100011 0 10 100011101 1100010 110010

Color Harmonies of #BE03FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03FA

Black with #BE03FA

Text Example


Text Example

White with #BE03FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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