Html Css Color HEX #BE1CEB Electric Purple

📋 copy color: '#BE1CEB'

red 190 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #BE1CEB

Tints of Electric Purple #BE1CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 41.94%
G = 6.18%
B = 51.88%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE1CEB (or 0xBE1CEB) is known color: Electric Purple. HEX triplet: BE, 1C and EB. RGB value is (190,28,235). Sum of RGB (Red+Green+Blue) = 190+28+235=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1CEB is #41E314. Grayscale: #636363. Windows color (decimal): -4317973 or 15408318. OLE color: 15408318.

HSL color Cylindrical-coordinate representation of color #BE1CEB: hue angle of 286.96º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1CEB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 28 235 -
CMYK 0.19 0.88 0 0.08
HSL 286.96º 0.84% 0.52% -
HSV(B) 286.96º 0.88% 0.92% -
XYZ 36.65 17.78 80.1 -
YUV 100.04 204.17 192.17 -
System Red Green Blue C M Y K H S L
Decimal 190 28 235 0.19 0.88 0 0.08 286.96 0.84 0.52
Hex BE 1C EB 13 58 0 8 11F 54 34
Octal 276 34 353 23 130 0 10 437 124 64
Binary 10111110 11100 11101011 10011 1011000 0 1000 100011111 1010100 110100

Color Harmonies of #BE1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1CEB

Black with #BE1CEB

Text Example


Text Example

White with #BE1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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