Html Css Color HEX #BE1BF2 Electric Purple

📋 copy color: '#BE1BF2'

red 190 ◦ green 27 ◦ blue 242

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

Shades of Electric Purple #BE1BF2

Tints of Electric Purple #BE1BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.72%

R = 41.39%
G = 5.88%
B = 52.72%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE1BF2 (or 0xBE1BF2) is known color: Electric Purple. HEX triplet: BE, 1B and F2. RGB value is (190,27,242). Sum of RGB (Red+Green+Blue) = 190+27+242=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE1BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1BF2 is #41E40D. Grayscale: #636363. Windows color (decimal): -4318222 or 15866814. OLE color: 15866814.

HSL color Cylindrical-coordinate representation of color #BE1BF2: hue angle of 285.49º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1BF2 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 27 242 -
CMYK 0.21 0.89 0 0.05
HSL 285.49º 0.89% 0.53% -
HSV(B) 285.49º 0.89% 0.95% -
XYZ 37.65 18.14 85.52 -
YUV 100.25 208 192.02 -
System Red Green Blue C M Y K H S L
Decimal 190 27 242 0.21 0.89 0 0.05 285.49 0.89 0.53
Hex BE 1B F2 15 59 0 5 11D 59 35
Octal 276 33 362 25 131 0 5 435 131 65
Binary 10111110 11011 11110010 10101 1011001 0 101 100011101 1011001 110101

Color Harmonies of #BE1BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BF2

Black with #BE1BF2

Text Example


Text Example

White with #BE1BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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