Html Css Color HEX #BE26FF Electric Purple

📋 copy color: '#BE26FF'

red 190 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #BE26FF

Tints of Electric Purple #BE26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.87%

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

R = 39.34%
G = 7.87%
B = 52.8%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE26FF (or 0xBE26FF) is known color: Electric Purple. HEX triplet: BE, 26 and FF. RGB value is (190,38,255). Sum of RGB (Red+Green+Blue) = 190+38+255=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE26FF is #41D900. Grayscale: #6B6B6B. Windows color (decimal): -4315393 or 16721598. OLE color: 16721598.

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

Color convert

RGB 190 38 255 -
CMYK 0.25 0.85 0 0
HSL 282.03º 1% 0.57% -
HSV(B) 282.03º 0.85% 1% -
XYZ 39.98 19.55 96.27 -
YUV 108.19 210.86 186.36 -
System Red Green Blue C M Y K H S L
Decimal 190 38 255 0.25 0.85 0 0 282.03 1 0.57
Hex BE 26 FF 19 55 0 0 11A 64 39
Octal 276 46 377 31 125 0 0 432 144 71
Binary 10111110 100110 11111111 11001 1010101 0 0 100011010 1100100 111001

Color Harmonies of #BE26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26FF

Black with #BE26FF

Text Example


Text Example

White with #BE26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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