Html Css Color HEX #BE30FC Electric Purple

📋 copy color: '#BE30FC'

red 190 ◦ green 48 ◦ blue 252

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

Shades of Electric Purple #BE30FC

Tints of Electric Purple #BE30FC

RGB

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

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

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

R = 38.78%
G = 9.8%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE30FC (or 0xBE30FC) is known color: Electric Purple. HEX triplet: BE, 30 and FC. RGB value is (190,48,252). Sum of RGB (Red+Green+Blue) = 190+48+252=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30FC is #41CF03. Grayscale: #717171. Windows color (decimal): -4312836 or 16527550. OLE color: 16527550.

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

Color convert

RGB 190 48 252 -
CMYK 0.25 0.81 0 0.01
HSL 281.76º 0.97% 0.59% -
HSV(B) 281.76º 0.81% 0.99% -
XYZ 39.86 20.09 93.87 -
YUV 113.71 206.04 182.41 -
System Red Green Blue C M Y K H S L
Decimal 190 48 252 0.25 0.81 0 0.01 281.76 0.97 0.59
Hex BE 30 FC 19 51 0 1 11A 61 3B
Octal 276 60 374 31 121 0 1 432 141 73
Binary 10111110 110000 11111100 11001 1010001 0 1 100011010 1100001 111011

Color Harmonies of #BE30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE30FC

Black with #BE30FC

Text Example


Text Example

White with #BE30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE30FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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