Html Css Color HEX #BE0AFB Electric Purple

📋 copy color: '#BE0AFB'

red 190 ◦ green 10 ◦ blue 251

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

Shades of Electric Purple #BE0AFB

Tints of Electric Purple #BE0AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 42.13%
G = 2.22%
B = 55.65%

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

#BE0AFB (or 0xBE0AFB) is known color: Electric Purple. HEX triplet: BE, 0A and FB. RGB value is (190,10,251). Sum of RGB (Red+Green+Blue) = 190+10+251=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0AFB is #41F504. Grayscale: #5A5A5A. Windows color (decimal): -4322565 or 16452286. OLE color: 16452286.

HSL color Cylindrical-coordinate representation of color #BE0AFB: hue angle of 284.81º degrees, saturation: 0.97, 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 #BE0AFB is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 10 251 -
CMYK 0.24 0.96 0 0.02
HSL 284.81º 0.97% 0.51% -
HSV(B) 284.81º 0.96% 0.98% -
XYZ 38.76 18.13 92.72 -
YUV 91.29 218.13 198.4 -
System Red Green Blue C M Y K H S L
Decimal 190 10 251 0.24 0.96 0 0.02 284.81 0.97 0.51
Hex BE A FB 18 60 0 2 11D 61 33
Octal 276 12 373 30 140 0 2 435 141 63
Binary 10111110 1010 11111011 11000 1100000 0 10 100011101 1100001 110011

Color Harmonies of #BE0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0AFB

Black with #BE0AFB

Text Example


Text Example

White with #BE0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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