Html Css Color HEX #BE10EE Electric Purple

📋 copy color: '#BE10EE'

red 190 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #BE10EE

Tints of Electric Purple #BE10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.6%

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 42.79%
G = 3.6%
B = 53.6%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE10EE (or 0xBE10EE) is known color: Electric Purple. HEX triplet: BE, 10 and EE. RGB value is (190,16,238). Sum of RGB (Red+Green+Blue) = 190+16+238=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE10EE is #41EF11. Grayscale: #5C5C5C. Windows color (decimal): -4321042 or 15601854. OLE color: 15601854.

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

Color convert

RGB 190 16 238 -
CMYK 0.20 0.93 0 0.07
HSL 287.03º 0.87% 0.5% -
HSV(B) 287.03º 0.93% 0.93% -
XYZ 36.85 17.49 82.32 -
YUV 93.33 209.65 196.95 -
System Red Green Blue C M Y K H S L
Decimal 190 16 238 0.20 0.93 0 0.07 287.03 0.87 0.5
Hex BE 10 EE 14 5D 0 7 11F 57 32
Octal 276 20 356 24 135 0 7 437 127 62
Binary 10111110 10000 11101110 10100 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BE10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10EE

Black with #BE10EE

Text Example


Text Example

White with #BE10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10EE; }

 p { color: rgb(190,16,238); }

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

background-color css

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

 a { background-color: rgb(190,16,238); }

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

border-color css

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

 span { border-color: rgb(190,16,238); }

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