Html Css Color HEX #BF19FD Electric Purple

📋 copy color: '#BF19FD'

red 191 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #BF19FD

Tints of Electric Purple #BF19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 40.72%
G = 5.33%
B = 53.94%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF19FD (or 0xBF19FD) is known color: Electric Purple. HEX triplet: BF, 19 and FD. RGB value is (191,25,253). Sum of RGB (Red+Green+Blue) = 191+25+253=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19FD is #40E602. Grayscale: #636363. Windows color (decimal): -4253187 or 16587199. OLE color: 16587199.

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

Color convert

RGB 191 25 253 -
CMYK 0.25 0.90 0 0.01
HSL 283.68º 0.98% 0.55% -
HSV(B) 283.68º 0.9% 0.99% -
XYZ 39.56 18.86 94.48 -
YUV 100.63 214 192.46 -
System Red Green Blue C M Y K H S L
Decimal 191 25 253 0.25 0.90 0 0.01 283.68 0.98 0.55
Hex BF 19 FD 19 5A 0 1 11C 62 37
Octal 277 31 375 31 132 0 1 434 142 67
Binary 10111111 11001 11111101 11001 1011010 0 1 100011100 1100010 110111

Color Harmonies of #BF19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19FD

Black with #BF19FD

Text Example


Text Example

White with #BF19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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