Html Css Color HEX #BE1FFC Electric Purple

📋 copy color: '#BE1FFC'

red 190 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #BE1FFC

Tints of Electric Purple #BE1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.55%

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 40.17%
G = 6.55%
B = 53.28%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE1FFC (or 0xBE1FFC) is known color: Electric Purple. HEX triplet: BE, 1F and FC. RGB value is (190,31,252). Sum of RGB (Red+Green+Blue) = 190+31+252=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE1FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FFC is #41E003. Grayscale: #676767. Windows color (decimal): -4317188 or 16523198. OLE color: 16523198.

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

Color convert

RGB 190 31 252 -
CMYK 0.25 0.88 0 0.01
HSL 283.17º 0.97% 0.55% -
HSV(B) 283.17º 0.88% 0.99% -
XYZ 39.3 18.96 93.68 -
YUV 103.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 190 31 252 0.25 0.88 0 0.01 283.17 0.97 0.55
Hex BE 1F FC 19 58 0 1 11B 61 37
Octal 276 37 374 31 130 0 1 433 141 67
Binary 10111110 11111 11111100 11001 1011000 0 1 100011011 1100001 110111

Color Harmonies of #BE1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FFC

Black with #BE1FFC

Text Example


Text Example

White with #BE1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FFC; }

 p { color: rgb(190,31,252); }

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

background-color css

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

 a { background-color: rgb(190,31,252); }

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

border-color css

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

 span { border-color: rgb(190,31,252); }

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