Html Css Color HEX #BE08EC Electric Purple

📋 copy color: '#BE08EC'

red 190 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #BE08EC

Tints of Electric Purple #BE08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.84%

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 43.78%
G = 1.84%
B = 54.38%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE08EC (or 0xBE08EC) is known color: Electric Purple. HEX triplet: BE, 08 and EC. RGB value is (190,8,236). Sum of RGB (Red+Green+Blue) = 190+8+236=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE08EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE08EC is #41F713. Grayscale: #575757. Windows color (decimal): -4323092 or 15468734. OLE color: 15468734.

HSL color Cylindrical-coordinate representation of color #BE08EC: hue angle of 287.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE08EC is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 8 236 -
CMYK 0.19 0.97 0 0.07
HSL 287.89º 0.93% 0.48% -
HSV(B) 287.89º 0.97% 0.93% -
XYZ 36.46 17.18 80.75 -
YUV 88.41 211.3 200.46 -
System Red Green Blue C M Y K H S L
Decimal 190 8 236 0.19 0.97 0 0.07 287.89 0.93 0.48
Hex BE 8 EC 13 61 0 7 120 5D 30
Octal 276 10 354 23 141 0 7 440 135 60
Binary 10111110 1000 11101100 10011 1100001 0 111 100100000 1011101 110000

Color Harmonies of #BE08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08EC

Black with #BE08EC

Text Example


Text Example

White with #BE08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08EC; }

 p { color: rgb(190,8,236); }

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

background-color css

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

 a { background-color: rgb(190,8,236); }

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

border-color css

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

 span { border-color: rgb(190,8,236); }

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