Html Css Color HEX #BF15FF Electric Purple

📋 copy color: '#BF15FF'

red 191 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #BF15FF

Tints of Electric Purple #BF15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 40.9%
G = 4.5%
B = 54.6%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF15FF (or 0xBF15FF) is known color: Electric Purple. HEX triplet: BF, 15 and FF. RGB value is (191,21,255). Sum of RGB (Red+Green+Blue) = 191+21+255=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF15FF is #40EA00. Grayscale: #616161. Windows color (decimal): -4254209 or 16717247. OLE color: 16717247.

HSL color Cylindrical-coordinate representation of color #BF15FF: hue angle of 283.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF15FF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 21 255 -
CMYK 0.25 0.92 0 0
HSL 283.59º 1% 0.54% -
HSV(B) 283.59º 0.92% 1% -
XYZ 39.8 18.83 96.14 -
YUV 98.51 216.32 193.97 -
System Red Green Blue C M Y K H S L
Decimal 191 21 255 0.25 0.92 0 0 283.59 1 0.54
Hex BF 15 FF 19 5C 0 0 11C 64 36
Octal 277 25 377 31 134 0 0 434 144 66
Binary 10111111 10101 11111111 11001 1011100 0 0 100011100 1100100 110110

Color Harmonies of #BF15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15FF

Black with #BF15FF

Text Example


Text Example

White with #BF15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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