#BF47AC

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

Shades of Fuchsia #BF47AC

Tints of Fuchsia #BF47AC

Color information

#BF47AC (or 0xBF47AC) is unknown color: approx Fuchsia. HEX triplet: BF, 47 and AC. RGB value is (191,71,172). Sum of RGB (Red+Green+Blue) = 191+71+172=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47AC is #40B853. Grayscale: #767676. Windows color (decimal): -4241492 or 11290559. OLE color: 11290559.

HSL color Cylindrical-coordinate representation of color #BF47AC: hue angle of 309.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47AC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19171172-
CMYK00.630.100.25
HSL309.5º48.39%51.37%-
HSV(B)309.5º62.83%74.9%-
XYZ31.1918.5640.97-
YUV118.39158.26179.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 71 (28.12% from 255) = 16.36%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=44.01%
G=16.36%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917117200.630.100.25309.548.3951.37
HexBF47AC03FA191363033
Octal27710725407712314666063
Binary101111111000111101011000111111101011001100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF47AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF47AC; }

 p { color: rgb(191,71,172); }

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

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

 a { background-color: rgb(191,71,172); }

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

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

 span { border-color: rgb(191,71,172); }

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