Html Css Color HEX #BE1CE7 Electric Purple

📋 copy color: '#BE1CE7'

red 190 ◦ green 28 ◦ blue 231

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

Shades of Electric Purple #BE1CE7

Tints of Electric Purple #BE1CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.45%

R = 42.32%
G = 6.24%
B = 51.45%

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

#BE1CE7 (or 0xBE1CE7) is known color: Electric Purple. HEX triplet: BE, 1C and E7. RGB value is (190,28,231). Sum of RGB (Red+Green+Blue) = 190+28+231=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE1CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CE7 is #41E318. Grayscale: #626262. Windows color (decimal): -4317977 or 15146174. OLE color: 15146174.

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

Color convert

RGB 190 28 231 -
CMYK 0.18 0.88 0 0.09
HSL 287.88º 0.81% 0.51% -
HSV(B) 287.88º 0.88% 0.91% -
XYZ 36.07 17.55 77.09 -
YUV 99.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 190 28 231 0.18 0.88 0 0.09 287.88 0.81 0.51
Hex BE 1C E7 12 58 0 9 120 51 33
Octal 276 34 347 22 130 0 11 440 121 63
Binary 10111110 11100 11100111 10010 1011000 0 1001 100100000 1010001 110011

Color Harmonies of #BE1CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CE7

Black with #BE1CE7

Text Example


Text Example

White with #BE1CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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