Html Css Color HEX #BE27FF Electric Purple

📋 copy color: '#BE27FF'

red 190 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #BE27FF

Tints of Electric Purple #BE27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.06%

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

R = 39.26%
G = 8.06%
B = 52.69%

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

#BE27FF (or 0xBE27FF) is known color: Electric Purple. HEX triplet: BE, 27 and FF. RGB value is (190,39,255). Sum of RGB (Red+Green+Blue) = 190+39+255=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE27FF is #41D800. Grayscale: #6C6C6C. Windows color (decimal): -4315137 or 16721854. OLE color: 16721854.

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

Color convert

RGB 190 39 255 -
CMYK 0.25 0.85 0 0
HSL 281.94º 1% 0.58% -
HSV(B) 281.94º 0.85% 1% -
XYZ 40.01 19.62 96.29 -
YUV 108.77 210.53 185.94 -
System Red Green Blue C M Y K H S L
Decimal 190 39 255 0.25 0.85 0 0 281.94 1 0.58
Hex BE 27 FF 19 55 0 0 11A 64 3A
Octal 276 47 377 31 125 0 0 432 144 72
Binary 10111110 100111 11111111 11001 1010101 0 0 100011010 1100100 111010

Color Harmonies of #BE27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27FF

Black with #BE27FF

Text Example


Text Example

White with #BE27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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