Html Css Color HEX #BE1CE8 Electric Purple

📋 copy color: '#BE1CE8'

red 190 ◦ green 28 ◦ blue 232

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

Shades of Electric Purple #BE1CE8

Tints of Electric Purple #BE1CE8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

 BLUE value IS 232 (91.02% from 255) = 51.56%

R = 42.22%
G = 6.22%
B = 51.56%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE1CE8 (or 0xBE1CE8) is known color: Electric Purple. HEX triplet: BE, 1C and E8. RGB value is (190,28,232). Sum of RGB (Red+Green+Blue) = 190+28+232=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 232 (91.02% from 255 or 51.56% from 450); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE1CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CE8 is #41E317. Grayscale: #636363. Windows color (decimal): -4317976 or 15211710. OLE color: 15211710.

HSL color Cylindrical-coordinate representation of color #BE1CE8: hue angle of 287.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1CE8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 28 232 -
CMYK 0.18 0.88 0 0.09
HSL 287.65º 0.82% 0.51% -
HSV(B) 287.65º 0.88% 0.91% -
XYZ 36.22 17.6 77.83 -
YUV 99.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 190 28 232 0.18 0.88 0 0.09 287.65 0.82 0.51
Hex BE 1C E8 12 58 0 9 120 52 33
Octal 276 34 350 22 130 0 11 440 122 63
Binary 10111110 11100 11101000 10010 1011000 0 1001 100100000 1010010 110011

Color Harmonies of #BE1CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CE8

Black with #BE1CE8

Text Example


Text Example

White with #BE1CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CE8; }

 p { color: rgb(190,28,232); }

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

background-color css

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

 a { background-color: rgb(190,28,232); }

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

border-color css

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

 span { border-color: rgb(190,28,232); }

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