Html Css Color HEX #BE0FFA Electric Purple

📋 copy color: '#BE0FFA'

red 190 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #BE0FFA

Tints of Electric Purple #BE0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.3%

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

R = 41.76%
G = 3.3%
B = 54.95%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE0FFA (or 0xBE0FFA) is known color: Electric Purple. HEX triplet: BE, 0F and FA. RGB value is (190,15,250). Sum of RGB (Red+Green+Blue) = 190+15+250=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FFA is #41F005. Grayscale: #5D5D5D. Windows color (decimal): -4321286 or 16388030. OLE color: 16388030.

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

Color convert

RGB 190 15 250 -
CMYK 0.24 0.94 0 0.02
HSL 284.68º 0.96% 0.52% -
HSV(B) 284.68º 0.94% 0.98% -
XYZ 38.66 18.19 91.92 -
YUV 94.12 215.98 196.39 -
System Red Green Blue C M Y K H S L
Decimal 190 15 250 0.24 0.94 0 0.02 284.68 0.96 0.52
Hex BE F FA 18 5E 0 2 11D 60 34
Octal 276 17 372 30 136 0 2 435 140 64
Binary 10111110 1111 11111010 11000 1011110 0 10 100011101 1100000 110100

Color Harmonies of #BE0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FFA

Black with #BE0FFA

Text Example


Text Example

White with #BE0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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