Html Css Color HEX #BE1BE8 Electric Purple

📋 copy color: '#BE1BE8'

red 190 ◦ green 27 ◦ blue 232

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

Shades of Electric Purple #BE1BE8

Tints of Electric Purple #BE1BE8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.01%

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

R = 42.32%
G = 6.01%
B = 51.67%

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

#BE1BE8 (or 0xBE1BE8) is known color: Electric Purple. HEX triplet: BE, 1B and E8. RGB value is (190,27,232). Sum of RGB (Red+Green+Blue) = 190+27+232=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 232 (91.02% from 255 or 51.67% from 449); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1BE8 is #41E417. Grayscale: #626262. Windows color (decimal): -4318232 or 15211454. OLE color: 15211454.

HSL color Cylindrical-coordinate representation of color #BE1BE8: hue angle of 287.71º 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 #BE1BE8 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 27 232 -
CMYK 0.18 0.88 0 0.09
HSL 287.71º 0.82% 0.51% -
HSV(B) 287.71º 0.88% 0.91% -
XYZ 36.19 17.56 77.83 -
YUV 99.11 203 192.83 -
System Red Green Blue C M Y K H S L
Decimal 190 27 232 0.18 0.88 0 0.09 287.71 0.82 0.51
Hex BE 1B E8 12 58 0 9 120 52 33
Octal 276 33 350 22 130 0 11 440 122 63
Binary 10111110 11011 11101000 10010 1011000 0 1001 100100000 1010010 110011

Color Harmonies of #BE1BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BE8

Black with #BE1BE8

Text Example


Text Example

White with #BE1BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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