Html Css Color HEX #BE27EF Electric Purple

📋 copy color: '#BE27EF'

red 190 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #BE27EF

Tints of Electric Purple #BE27EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 40.6%
G = 8.33%
B = 51.07%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE27EF (or 0xBE27EF) is known color: Electric Purple. HEX triplet: BE, 27 and EF. RGB value is (190,39,239). Sum of RGB (Red+Green+Blue) = 190+39+239=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE27EF is #41D810. Grayscale: #6A6A6A. Windows color (decimal): -4315153 or 15673278. OLE color: 15673278.

HSL color Cylindrical-coordinate representation of color #BE27EF: hue angle of 285.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE27EF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 39 239 -
CMYK 0.21 0.84 0 0.06
HSL 285.3º 0.86% 0.55% -
HSV(B) 285.3º 0.84% 0.94% -
XYZ 37.54 18.63 83.28 -
YUV 106.95 202.53 187.24 -
System Red Green Blue C M Y K H S L
Decimal 190 39 239 0.21 0.84 0 0.06 285.3 0.86 0.55
Hex BE 27 EF 15 54 0 6 11D 56 37
Octal 276 47 357 25 124 0 6 435 126 67
Binary 10111110 100111 11101111 10101 1010100 0 110 100011101 1010110 110111

Color Harmonies of #BE27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27EF

Black with #BE27EF

Text Example


Text Example

White with #BE27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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