Html Css Color HEX #BF1CFF Electric Purple

📋 copy color: '#BF1CFF'

red 191 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #BF1CFF

Tints of Electric Purple #BF1CFF

RGB

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

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

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

R = 40.3%
G = 5.91%
B = 53.8%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF1CFF (or 0xBF1CFF) is known color: Electric Purple. HEX triplet: BF, 1C and FF. RGB value is (191,28,255). Sum of RGB (Red+Green+Blue) = 191+28+255=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CFF is #40E300. Grayscale: #656565. Windows color (decimal): -4252417 or 16719039. OLE color: 16719039.

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

Color convert

RGB 191 28 255 -
CMYK 0.25 0.89 0 0
HSL 283.08º 1% 0.55% -
HSV(B) 283.08º 0.89% 1% -
XYZ 39.95 19.13 96.19 -
YUV 102.62 214 191.04 -
System Red Green Blue C M Y K H S L
Decimal 191 28 255 0.25 0.89 0 0 283.08 1 0.55
Hex BF 1C FF 19 59 0 0 11B 64 37
Octal 277 34 377 31 131 0 0 433 144 67
Binary 10111111 11100 11111111 11001 1011001 0 0 100011011 1100100 110111

Color Harmonies of #BF1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CFF

Black with #BF1CFF

Text Example


Text Example

White with #BF1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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