Html Css Color HEX #BE0AF9 Electric Purple

📋 copy color: '#BE0AF9'

red 190 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #BE0AF9

Tints of Electric Purple #BE0AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

 BLUE value IS 249 (97.66% from 255) = 55.46%

R = 42.32%
G = 2.23%
B = 55.46%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE0AF9 (or 0xBE0AF9) is known color: Electric Purple. HEX triplet: BE, 0A and F9. RGB value is (190,10,249). Sum of RGB (Red+Green+Blue) = 190+10+249=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE0AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0AF9 is #41F506. Grayscale: #5A5A5A. Windows color (decimal): -4322567 or 16321214. OLE color: 16321214.

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

Color convert

RGB 190 10 249 -
CMYK 0.24 0.96 0 0.02
HSL 285.19º 0.95% 0.51% -
HSV(B) 285.19º 0.96% 0.98% -
XYZ 38.44 18 91.07 -
YUV 91.07 217.13 198.57 -
System Red Green Blue C M Y K H S L
Decimal 190 10 249 0.24 0.96 0 0.02 285.19 0.95 0.51
Hex BE A F9 18 60 0 2 11D 5F 33
Octal 276 12 371 30 140 0 2 435 137 63
Binary 10111110 1010 11111001 11000 1100000 0 10 100011101 1011111 110011

Color Harmonies of #BE0AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0AF9

Black with #BE0AF9

Text Example


Text Example

White with #BE0AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0AF9; }

 p { color: rgb(190,10,249); }

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

background-color css

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

 a { background-color: rgb(190,10,249); }

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

border-color css

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

 span { border-color: rgb(190,10,249); }

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