Html Css Color HEX #BE0BFE Electric Purple

📋 copy color: '#BE0BFE'

red 190 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #BE0BFE

Tints of Electric Purple #BE0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 41.76%
G = 2.42%
B = 55.82%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE0BFE (or 0xBE0BFE) is known color: Electric Purple. HEX triplet: BE, 0B and FE. RGB value is (190,11,254). Sum of RGB (Red+Green+Blue) = 190+11+254=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0BFE is #41F401. Grayscale: #5B5B5B. Windows color (decimal): -4322306 or 16649150. OLE color: 16649150.

HSL color Cylindrical-coordinate representation of color #BE0BFE: hue angle of 284.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0BFE is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 11 254 -
CMYK 0.25 0.96 0 0.00
HSL 284.2º 0.99% 0.52% -
HSV(B) 284.2º 0.96% 1% -
XYZ 39.24 18.34 95.24 -
YUV 92.22 219.3 197.74 -
System Red Green Blue C M Y K H S L
Decimal 190 11 254 0.25 0.96 0 0.00 284.2 0.99 0.52
Hex BE B FE 19 60 0 0 11C 63 34
Octal 276 13 376 31 140 0 0 434 143 64
Binary 10111110 1011 11111110 11001 1100000 0 0 100011100 1100011 110100

Color Harmonies of #BE0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BFE

Black with #BE0BFE

Text Example


Text Example

White with #BE0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BFE; }

 p { color: rgb(190,11,254); }

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

background-color css

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

 a { background-color: rgb(190,11,254); }

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

border-color css

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

 span { border-color: rgb(190,11,254); }

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