Html Css Color HEX #BF27EC Electric Purple

📋 copy color: '#BF27EC'

red 191 ◦ green 39 ◦ blue 236

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

Shades of Electric Purple #BF27EC

Tints of Electric Purple #BF27EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 40.99%
G = 8.37%
B = 50.64%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF27EC (or 0xBF27EC) is known color: Electric Purple. HEX triplet: BF, 27 and EC. RGB value is (191,39,236). Sum of RGB (Red+Green+Blue) = 191+39+236=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF27EC is #40D813. Grayscale: #6A6A6A. Windows color (decimal): -4249620 or 15476671. OLE color: 15476671.

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

Color convert

RGB 191 39 236 -
CMYK 0.19 0.83 0 0.07
HSL 286.29º 0.84% 0.54% -
HSV(B) 286.29º 0.83% 0.93% -
XYZ 37.35 18.58 80.98 -
YUV 106.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 191 39 236 0.19 0.83 0 0.07 286.29 0.84 0.54
Hex BF 27 EC 13 53 0 7 11E 54 36
Octal 277 47 354 23 123 0 7 436 124 66
Binary 10111111 100111 11101100 10011 1010011 0 111 100011110 1010100 110110

Color Harmonies of #BF27EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27EC

Black with #BF27EC

Text Example


Text Example

White with #BF27EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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