Html Css Color HEX #BE1DF6 Electric Purple

📋 copy color: '#BE1DF6'

red 190 ◦ green 29 ◦ blue 246

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

Shades of Electric Purple #BE1DF6

Tints of Electric Purple #BE1DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 40.86%
G = 6.24%
B = 52.9%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE1DF6 (or 0xBE1DF6) is known color: Electric Purple. HEX triplet: BE, 1D and F6. RGB value is (190,29,246). Sum of RGB (Red+Green+Blue) = 190+29+246=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1DF6 is #41E209. Grayscale: #656565. Windows color (decimal): -4317706 or 16129470. OLE color: 16129470.

HSL color Cylindrical-coordinate representation of color #BE1DF6: hue angle of 284.52º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1DF6 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 29 246 -
CMYK 0.23 0.88 0 0.04
HSL 284.52º 0.92% 0.54% -
HSV(B) 284.52º 0.88% 0.96% -
XYZ 38.31 18.48 88.74 -
YUV 101.88 209.34 190.86 -
System Red Green Blue C M Y K H S L
Decimal 190 29 246 0.23 0.88 0 0.04 284.52 0.92 0.54
Hex BE 1D F6 17 58 0 4 11D 5C 36
Octal 276 35 366 27 130 0 4 435 134 66
Binary 10111110 11101 11110110 10111 1011000 0 100 100011101 1011100 110110

Color Harmonies of #BE1DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DF6

Black with #BE1DF6

Text Example


Text Example

White with #BE1DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DF6; }

 p { color: rgb(190,29,246); }

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

background-color css

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

 a { background-color: rgb(190,29,246); }

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

border-color css

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

 span { border-color: rgb(190,29,246); }

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