Html Css Color HEX #BE30FF Electric Purple

📋 copy color: '#BE30FF'

red 190 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #BE30FF

Tints of Electric Purple #BE30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.74%

 BLUE value IS 255 (100% from 255) = 51.72%

R = 38.54%
G = 9.74%
B = 51.72%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE30FF (or 0xBE30FF) is known color: Electric Purple. HEX triplet: BE, 30 and FF. RGB value is (190,48,255). Sum of RGB (Red+Green+Blue) = 190+48+255=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30FF is #41CF00. Grayscale: #717171. Windows color (decimal): -4312833 or 16724158. OLE color: 16724158.

HSL color Cylindrical-coordinate representation of color #BE30FF: hue angle of 281.16º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE30FF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 48 255 -
CMYK 0.25 0.81 0 0
HSL 281.16º 1% 0.59% -
HSV(B) 281.16º 0.81% 1% -
XYZ 40.34 20.28 96.4 -
YUV 114.06 207.54 182.17 -
System Red Green Blue C M Y K H S L
Decimal 190 48 255 0.25 0.81 0 0 281.16 1 0.59
Hex BE 30 FF 19 51 0 0 119 64 3B
Octal 276 60 377 31 121 0 0 431 144 73
Binary 10111110 110000 11111111 11001 1010001 0 0 100011001 1100100 111011

Color Harmonies of #BE30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30FF

Black with #BE30FF

Text Example


Text Example

White with #BE30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30FF; }

 p { color: rgb(190,48,255); }

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

background-color css

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

 a { background-color: rgb(190,48,255); }

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

border-color css

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

 span { border-color: rgb(190,48,255); }

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