Html Css Color HEX #BE1DFB Electric Purple

📋 copy color: '#BE1DFB'

red 190 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #BE1DFB

Tints of Electric Purple #BE1DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 40.43%
G = 6.17%
B = 53.4%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE1DFB (or 0xBE1DFB) is known color: Electric Purple. HEX triplet: BE, 1D and FB. RGB value is (190,29,251). Sum of RGB (Red+Green+Blue) = 190+29+251=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1DFB is #41E204. Grayscale: #656565. Windows color (decimal): -4317701 or 16457150. OLE color: 16457150.

HSL color Cylindrical-coordinate representation of color #BE1DFB: hue angle of 283.51º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1DFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 29 251 -
CMYK 0.24 0.88 0 0.02
HSL 283.51º 0.97% 0.55% -
HSV(B) 283.51º 0.88% 0.98% -
XYZ 39.09 18.79 92.83 -
YUV 102.45 211.84 190.45 -
System Red Green Blue C M Y K H S L
Decimal 190 29 251 0.24 0.88 0 0.02 283.51 0.97 0.55
Hex BE 1D FB 18 58 0 2 11C 61 37
Octal 276 35 373 30 130 0 2 434 141 67
Binary 10111110 11101 11111011 11000 1011000 0 10 100011100 1100001 110111

Color Harmonies of #BE1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1DFB

Black with #BE1DFB

Text Example


Text Example

White with #BE1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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