#BF47A7

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

Shades of Fuchsia #BF47A7

Tints of Fuchsia #BF47A7

Color information

#BF47A7 (or 0xBF47A7) is unknown color: approx Fuchsia. HEX triplet: BF, 47 and A7. RGB value is (191,71,167). Sum of RGB (Red+Green+Blue) = 191+71+167=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47A7 is #40B858. Grayscale: #757575. Windows color (decimal): -4241497 or 10962879. OLE color: 10962879.

HSL color Cylindrical-coordinate representation of color #BF47A7: hue angle of 312º 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 #BF47A7 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19171167-
CMYK00.630.130.25
HSL312º48.39%51.37%-
HSV(B)312º62.83%74.9%-
XYZ30.7118.3738.49-
YUV117.82155.76180.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=44.52%
G=16.55%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917116700.630.130.2531248.3951.37
HexBF47A703FD191383033
Octal27710724707715314706063
Binary101111111000111101001110111111110111001100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF47A7; }

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

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

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

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

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

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

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

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