Html Css Color HEX #BF27E4 Electric Purple

📋 copy color: '#BF27E4'

red 191 ◦ green 39 ◦ blue 228

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

Shades of Electric Purple #BF27E4

Tints of Electric Purple #BF27E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.78%

R = 41.7%
G = 8.52%
B = 49.78%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF27E4 (or 0xBF27E4) is known color: Electric Purple. HEX triplet: BF, 27 and E4. RGB value is (191,39,228). Sum of RGB (Red+Green+Blue) = 191+39+228=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF27E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27E4 is #40D81B. Grayscale: #696969. Windows color (decimal): -4249628 or 14952383. OLE color: 14952383.

HSL color Cylindrical-coordinate representation of color #BF27E4: hue angle of 288.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF27E4 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 39 228 -
CMYK 0.16 0.83 0 0.11
HSL 288.25º 0.78% 0.52% -
HSV(B) 288.25º 0.83% 0.89% -
XYZ 36.21 18.13 74.99 -
YUV 105.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 191 39 228 0.16 0.83 0 0.11 288.25 0.78 0.52
Hex BF 27 E4 10 53 0 B 120 4E 34
Octal 277 47 344 20 123 0 13 440 116 64
Binary 10111111 100111 11100100 10000 1010011 0 1011 100100000 1001110 110100

Color Harmonies of #BF27E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF27E4

Black with #BF27E4

Text Example


Text Example

White with #BF27E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF27E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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