Html Css Color HEX #BF00FB Electric Purple

📋 copy color: '#BF00FB'

red 191 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #BF00FB

Tints of Electric Purple #BF00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.21%
G = 0%
B = 56.79%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF00FB (or 0xBF00FB) is known color: Electric Purple. HEX triplet: BF, 00 and FB. RGB value is (191,0,251). Sum of RGB (Red+Green+Blue) = 191+0+251=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00FB is #40FF04. Grayscale: #545454. Windows color (decimal): -4259589 or 16449727. OLE color: 16449727.

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

Color convert

RGB 191 0 251 -
CMYK 0.24 1 0 0.02
HSL 285.66º 1% 0.49% -
HSV(B) 285.66º 1% 0.98% -
XYZ 38.9 18.04 92.7 -
YUV 85.72 221.28 203.09 -
System Red Green Blue C M Y K H S L
Decimal 191 0 251 0.24 1 0 0.02 285.66 1 0.49
Hex BF 0 FB 18 64 0 2 11E 64 31
Octal 277 0 373 30 144 0 2 436 144 61
Binary 10111111 0 11111011 11000 1100100 0 10 100011110 1100100 110001

Color Harmonies of #BF00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00FB

Black with #BF00FB

Text Example


Text Example

White with #BF00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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