Html Css Color HEX #BE1BE3 Electric Purple

📋 copy color: '#BE1BE3'

red 190 ◦ green 27 ◦ blue 227

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

Shades of Electric Purple #BE1BE3

Tints of Electric Purple #BE1BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.13%

R = 42.79%
G = 6.08%
B = 51.13%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE1BE3 (or 0xBE1BE3) is known color: Electric Purple. HEX triplet: BE, 1B and E3. RGB value is (190,27,227). Sum of RGB (Red+Green+Blue) = 190+27+227=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE1BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1BE3 is #41E41C. Grayscale: #616161. Windows color (decimal): -4318237 or 14883774. OLE color: 14883774.

HSL color Cylindrical-coordinate representation of color #BE1BE3: hue angle of 288.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1BE3 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 27 227 -
CMYK 0.16 0.88 0 0.11
HSL 288.9º 0.79% 0.5% -
HSV(B) 288.9º 0.88% 0.89% -
XYZ 35.49 17.28 74.14 -
YUV 98.54 200.5 193.24 -
System Red Green Blue C M Y K H S L
Decimal 190 27 227 0.16 0.88 0 0.11 288.9 0.79 0.5
Hex BE 1B E3 10 58 0 B 121 4F 32
Octal 276 33 343 20 130 0 13 441 117 62
Binary 10111110 11011 11100011 10000 1011000 0 1011 100100001 1001111 110010

Color Harmonies of #BE1BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BE3

Black with #BE1BE3

Text Example


Text Example

White with #BE1BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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