Html Css Color HEX #BF1DFB Electric Purple

📋 copy color: '#BF1DFB'

red 191 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #BF1DFB

Tints of Electric Purple #BF1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.16%

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

R = 40.55%
G = 6.16%
B = 53.29%

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

#BF1DFB (or 0xBF1DFB) is known color: Electric Purple. HEX triplet: BF, 1D and FB. RGB value is (191,29,251). Sum of RGB (Red+Green+Blue) = 191+29+251=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF1DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1DFB is #40E204. Grayscale: #666666. Windows color (decimal): -4252165 or 16457151. OLE color: 16457151.

HSL color Cylindrical-coordinate representation of color #BF1DFB: hue angle of 283.78º degrees, saturation: 0.97, 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 #BF1DFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 29 251 -
CMYK 0.24 0.88 0 0.02
HSL 283.78º 0.97% 0.55% -
HSV(B) 283.78º 0.88% 0.98% -
XYZ 39.34 18.92 92.85 -
YUV 102.75 211.67 190.95 -
System Red Green Blue C M Y K H S L
Decimal 191 29 251 0.24 0.88 0 0.02 283.78 0.97 0.55
Hex BF 1D FB 18 58 0 2 11C 61 37
Octal 277 35 373 30 130 0 2 434 141 67
Binary 10111111 11101 11111011 11000 1011000 0 10 100011100 1100001 110111

Color Harmonies of #BF1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1DFB

Black with #BF1DFB

Text Example


Text Example

White with #BF1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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