Html Css Color HEX #BF15E4 Electric Purple

📋 copy color: '#BF15E4'

red 191 ◦ green 21 ◦ blue 228

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

Shades of Electric Purple #BF15E4

Tints of Electric Purple #BF15E4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.77%

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

R = 43.41%
G = 4.77%
B = 51.82%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF15E4 (or 0xBF15E4) is known color: Electric Purple. HEX triplet: BF, 15 and E4. RGB value is (191,21,228). Sum of RGB (Red+Green+Blue) = 191+21+228=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF15E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15E4 is #40EA1B. Grayscale: #5E5E5E. Windows color (decimal): -4254236 or 14947775. OLE color: 14947775.

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

Color convert

RGB 191 21 228 -
CMYK 0.16 0.91 0 0.11
HSL 289.28º 0.83% 0.49% -
HSV(B) 289.28º 0.91% 0.89% -
XYZ 35.76 17.21 74.84 -
YUV 95.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 191 21 228 0.16 0.91 0 0.11 289.28 0.83 0.49
Hex BF 15 E4 10 5B 0 B 121 53 31
Octal 277 25 344 20 133 0 13 441 123 61
Binary 10111111 10101 11100100 10000 1011011 0 1011 100100001 1010011 110001

Color Harmonies of #BF15E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15E4

Black with #BF15E4

Text Example


Text Example

White with #BF15E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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