Html Css Color HEX #BF27EE Electric Purple

📋 copy color: '#BF27EE'

red 191 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #BF27EE

Tints of Electric Purple #BF27EE

RGB

 RED value IS 191 (75% from 255) = 40.81%

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 40.81%
G = 8.33%
B = 50.85%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF27EE (or 0xBF27EE) is known color: Electric Purple. HEX triplet: BF, 27 and EE. RGB value is (191,39,238). Sum of RGB (Red+Green+Blue) = 191+39+238=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF27EE is #40D811. Grayscale: #6A6A6A. Windows color (decimal): -4249618 or 15607743. OLE color: 15607743.

HSL color Cylindrical-coordinate representation of color #BF27EE: hue angle of 285.83º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF27EE is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 39 238 -
CMYK 0.20 0.84 0 0.07
HSL 285.83º 0.85% 0.54% -
HSV(B) 285.83º 0.84% 0.93% -
XYZ 37.64 18.7 82.51 -
YUV 107.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 191 39 238 0.20 0.84 0 0.07 285.83 0.85 0.54
Hex BF 27 EE 14 54 0 7 11E 55 36
Octal 277 47 356 24 124 0 7 436 125 66
Binary 10111111 100111 11101110 10100 1010100 0 111 100011110 1010101 110110

Color Harmonies of #BF27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27EE

Black with #BF27EE

Text Example


Text Example

White with #BF27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27EE; }

 p { color: rgb(191,39,238); }

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

background-color css

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

 a { background-color: rgb(191,39,238); }

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

border-color css

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

 span { border-color: rgb(191,39,238); }

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