Html Css Color HEX #BF1FFB Electric Purple

📋 copy color: '#BF1FFB'

red 191 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #BF1FFB

Tints of Electric Purple #BF1FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.55%

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 40.38%
G = 6.55%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF1FFB (or 0xBF1FFB) is known color: Electric Purple. HEX triplet: BF, 1F and FB. RGB value is (191,31,251). Sum of RGB (Red+Green+Blue) = 191+31+251=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1FFB is #40E004. Grayscale: #676767. Windows color (decimal): -4251653 or 16457663. OLE color: 16457663.

HSL color Cylindrical-coordinate representation of color #BF1FFB: hue angle of 283.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1FFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 31 251 -
CMYK 0.24 0.88 0 0.02
HSL 283.64º 0.96% 0.55% -
HSV(B) 283.64º 0.88% 0.98% -
XYZ 39.39 19.02 92.86 -
YUV 103.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 191 31 251 0.24 0.88 0 0.02 283.64 0.96 0.55
Hex BF 1F FB 18 58 0 2 11C 60 37
Octal 277 37 373 30 130 0 2 434 140 67
Binary 10111111 11111 11111011 11000 1011000 0 10 100011100 1100000 110111

Color Harmonies of #BF1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FFB

Black with #BF1FFB

Text Example


Text Example

White with #BF1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FFB; }

 p { color: rgb(191,31,251); }

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

background-color css

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

 a { background-color: rgb(191,31,251); }

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

border-color css

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

 span { border-color: rgb(191,31,251); }

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