Html Css Color HEX #BE06EA Electric Purple

📋 copy color: '#BE06EA'

red 190 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #BE06EA

Tints of Electric Purple #BE06EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 44.19%
G = 1.4%
B = 54.42%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE06EA (or 0xBE06EA) is known color: Electric Purple. HEX triplet: BE, 06 and EA. RGB value is (190,6,234). Sum of RGB (Red+Green+Blue) = 190+6+234=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE06EA is #41F915. Grayscale: #565656. Windows color (decimal): -4323606 or 15337150. OLE color: 15337150.

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

Color convert

RGB 190 6 234 -
CMYK 0.19 0.97 0 0.08
HSL 288.42º 0.95% 0.47% -
HSV(B) 288.42º 0.97% 0.92% -
XYZ 36.15 17.02 79.22 -
YUV 87.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 190 6 234 0.19 0.97 0 0.08 288.42 0.95 0.47
Hex BE 6 EA 13 61 0 8 120 5F 2F
Octal 276 6 352 23 141 0 10 440 137 57
Binary 10111110 110 11101010 10011 1100001 0 1000 100100000 1011111 101111

Color Harmonies of #BE06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06EA

Black with #BE06EA

Text Example


Text Example

White with #BE06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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