Html Css Color HEX #BE06EC Electric Purple

📋 copy color: '#BE06EC'

red 190 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #BE06EC

Tints of Electric Purple #BE06EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 43.98%
G = 1.39%
B = 54.63%

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

#BE06EC (or 0xBE06EC) is known color: Electric Purple. HEX triplet: BE, 06 and EC. RGB value is (190,6,236). Sum of RGB (Red+Green+Blue) = 190+6+236=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE06EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE06EC is #41F913. Grayscale: #565656. Windows color (decimal): -4323604 or 15468222. OLE color: 15468222.

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

Color convert

RGB 190 6 236 -
CMYK 0.19 0.97 0 0.07
HSL 288º 0.95% 0.47% -
HSV(B) 288º 0.97% 0.93% -
XYZ 36.44 17.13 80.74 -
YUV 87.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 190 6 236 0.19 0.97 0 0.07 288 0.95 0.47
Hex BE 6 EC 13 61 0 7 120 5F 2F
Octal 276 6 354 23 141 0 7 440 137 57
Binary 10111110 110 11101100 10011 1100001 0 111 100100000 1011111 101111

Color Harmonies of #BE06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06EC

Black with #BE06EC

Text Example


Text Example

White with #BE06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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