Html Css Color HEX #BE06FA Electric Purple

📋 copy color: '#BE06FA'

red 190 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #BE06FA

Tints of Electric Purple #BE06FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

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

R = 42.6%
G = 1.35%
B = 56.05%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE06FA (or 0xBE06FA) is known color: Electric Purple. HEX triplet: BE, 06 and FA. RGB value is (190,6,250). Sum of RGB (Red+Green+Blue) = 190+6+250=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 6 (2.73% from 255 or 1.35% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE06FA is #41F905. Grayscale: #585858. Windows color (decimal): -4323590 or 16385726. OLE color: 16385726.

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

Color convert

RGB 190 6 250 -
CMYK 0.24 0.98 0 0.02
HSL 285.25º 0.96% 0.5% -
HSV(B) 285.25º 0.98% 0.98% -
XYZ 38.56 17.98 91.88 -
YUV 88.83 218.96 200.16 -
System Red Green Blue C M Y K H S L
Decimal 190 6 250 0.24 0.98 0 0.02 285.25 0.96 0.5
Hex BE 6 FA 18 62 0 2 11D 60 32
Octal 276 6 372 30 142 0 2 435 140 62
Binary 10111110 110 11111010 11000 1100010 0 10 100011101 1100000 110010

Color Harmonies of #BE06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06FA

Black with #BE06FA

Text Example


Text Example

White with #BE06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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