Html Css Color HEX #BF1CF9 Electric Purple

📋 copy color: '#BF1CF9'

red 191 ◦ green 28 ◦ blue 249

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

Shades of Electric Purple #BF1CF9

Tints of Electric Purple #BF1CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.98%

 BLUE value IS 249 (97.66% from 255) = 53.21%

R = 40.81%
G = 5.98%
B = 53.21%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF1CF9 (or 0xBF1CF9) is known color: Electric Purple. HEX triplet: BF, 1C and F9. RGB value is (191,28,249). Sum of RGB (Red+Green+Blue) = 191+28+249=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF1CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CF9 is #40E306. Grayscale: #656565. Windows color (decimal): -4252423 or 16325823. OLE color: 16325823.

HSL color Cylindrical-coordinate representation of color #BF1CF9: hue angle of 284.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1CF9 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 28 249 -
CMYK 0.23 0.89 0 0.02
HSL 284.25º 0.95% 0.54% -
HSV(B) 284.25º 0.89% 0.98% -
XYZ 39 18.75 91.19 -
YUV 101.93 211 191.53 -
System Red Green Blue C M Y K H S L
Decimal 191 28 249 0.23 0.89 0 0.02 284.25 0.95 0.54
Hex BF 1C F9 17 59 0 2 11C 5F 36
Octal 277 34 371 27 131 0 2 434 137 66
Binary 10111111 11100 11111001 10111 1011001 0 10 100011100 1011111 110110

Color Harmonies of #BF1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CF9

Black with #BF1CF9

Text Example


Text Example

White with #BF1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CF9; }

 p { color: rgb(191,28,249); }

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

background-color css

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

 a { background-color: rgb(191,28,249); }

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

border-color css

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

 span { border-color: rgb(191,28,249); }

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