#BF5FB7

Color #BF5FB7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF5FB7

Tints of Fuchsia #BF5FB7

Color information

#BF5FB7 (or 0xBF5FB7) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and B7. RGB value is (191,95,183). Sum of RGB (Red+Green+Blue) = 191+95+183=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FB7 is #40A048. Grayscale: #858585. Windows color (decimal): -4235337 or 12017599. OLE color: 12017599.

HSL color Cylindrical-coordinate representation of color #BF5FB7: hue angle of 305º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5FB7 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19195183-
CMYK00.500.040.25
HSL305º42.86%56.08%-
HSV(B)305º50.26%74.9%-
XYZ34.1322.6847.38-
YUV133.74155.8168.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 183 (71.88% from 255) = 39.02%
R=40.72%
G=20.26%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919518300.500.040.2530542.8656.08
HexBF5FB70324191312b38
Octal2771372670624314615370
Binary10111111101111110110111011001010011001100110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FB7; }

 p { color: rgb(191,95,183); }

 H1.HeaderClassName
 {
   color: #BF5FB7;
 }
 .AnyTagClassName
 {
   color: #BF5FB7;
 }
</style>
background-color css

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

 a { background-color: rgb(191,95,183); }

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

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

 span { border-color: rgb(191,95,183); }

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