Html Css Color HEX #BF19FF Electric Purple

📋 copy color: '#BF19FF'

red 191 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #BF19FF

Tints of Electric Purple #BF19FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.31%

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

R = 40.55%
G = 5.31%
B = 54.14%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF19FF (or 0xBF19FF) is known color: Electric Purple. HEX triplet: BF, 19 and FF. RGB value is (191,25,255). Sum of RGB (Red+Green+Blue) = 191+25+255=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19FF is #40E600. Grayscale: #646464. Windows color (decimal): -4253185 or 16718271. OLE color: 16718271.

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

Color convert

RGB 191 25 255 -
CMYK 0.25 0.90 0 0
HSL 283.3º 1% 0.55% -
HSV(B) 283.3º 0.9% 1% -
XYZ 39.88 18.99 96.17 -
YUV 100.85 215 192.3 -
System Red Green Blue C M Y K H S L
Decimal 191 25 255 0.25 0.90 0 0 283.3 1 0.55
Hex BF 19 FF 19 5A 0 0 11B 64 37
Octal 277 31 377 31 132 0 0 433 144 67
Binary 10111111 11001 11111111 11001 1011010 0 0 100011011 1100100 110111

Color Harmonies of #BF19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19FF

Black with #BF19FF

Text Example


Text Example

White with #BF19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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