Html Css Color HEX #BE1EED Electric Purple

📋 copy color: '#BE1EED'

red 190 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #BE1EED

Tints of Electric Purple #BE1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.56%

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 41.58%
G = 6.56%
B = 51.86%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE1EED (or 0xBE1EED) is known color: Electric Purple. HEX triplet: BE, 1E and ED. RGB value is (190,30,237). Sum of RGB (Red+Green+Blue) = 190+30+237=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1EED is #41E112. Grayscale: #646464. Windows color (decimal): -4317459 or 15539902. OLE color: 15539902.

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

Color convert

RGB 190 30 237 -
CMYK 0.20 0.87 0 0.07
HSL 286.38º 0.85% 0.52% -
HSV(B) 286.38º 0.87% 0.93% -
XYZ 36.99 17.99 81.64 -
YUV 101.44 204.51 191.17 -
System Red Green Blue C M Y K H S L
Decimal 190 30 237 0.20 0.87 0 0.07 286.38 0.85 0.52
Hex BE 1E ED 14 57 0 7 11E 55 34
Octal 276 36 355 24 127 0 7 436 125 64
Binary 10111110 11110 11101101 10100 1010111 0 111 100011110 1010101 110100

Color Harmonies of #BE1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1EED

Black with #BE1EED

Text Example


Text Example

White with #BE1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1EED; }

 p { color: rgb(190,30,237); }

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

background-color css

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

 a { background-color: rgb(190,30,237); }

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

border-color css

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

 span { border-color: rgb(190,30,237); }

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