Html Css Color HEX #BF17FF Electric Purple

📋 copy color: '#BF17FF'

red 191 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #BF17FF

Tints of Electric Purple #BF17FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.9%

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

R = 40.72%
G = 4.9%
B = 54.37%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF17FF (or 0xBF17FF) is known color: Electric Purple. HEX triplet: BF, 17 and FF. RGB value is (191,23,255). Sum of RGB (Red+Green+Blue) = 191+23+255=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF17FF is #40E800. Grayscale: #626262. Windows color (decimal): -4253697 or 16717759. OLE color: 16717759.

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

Color convert

RGB 191 23 255 -
CMYK 0.25 0.91 0 0
HSL 283.45º 1% 0.55% -
HSV(B) 283.45º 0.91% 1% -
XYZ 39.84 18.91 96.16 -
YUV 99.68 215.66 193.14 -
System Red Green Blue C M Y K H S L
Decimal 191 23 255 0.25 0.91 0 0 283.45 1 0.55
Hex BF 17 FF 19 5B 0 0 11B 64 37
Octal 277 27 377 31 133 0 0 433 144 67
Binary 10111111 10111 11111111 11001 1011011 0 0 100011011 1100100 110111

Color Harmonies of #BF17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF17FF

Black with #BF17FF

Text Example


Text Example

White with #BF17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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