#BF54A9

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

Shades of Fuchsia #BF54A9

Tints of Fuchsia #BF54A9

Color information

#BF54A9 (or 0xBF54A9) is unknown color: approx Fuchsia. HEX triplet: BF, 54 and A9. RGB value is (191,84,169). Sum of RGB (Red+Green+Blue) = 191+84+169=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54A9 is #40AB56. Grayscale: #7D7D7D. Windows color (decimal): -4238167 or 11097279. OLE color: 11097279.

HSL color Cylindrical-coordinate representation of color #BF54A9: hue angle of 312.34º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF54A9 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19184169-
CMYK00.560.120.25
HSL312.34º45.53%53.92%-
HSV(B)312.34º56.02%74.9%-
XYZ31.8220.2839.77-
YUV125.68152.45174.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 84 (33.20% from 255) = 18.92%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=43.02%
G=18.92%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918416900.560.120.25312.3445.5353.92
HexBF54A9038C191382e36
Octal27712425107014314705666
Binary101111111010100101010010111000110011001100111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF54A9; }

 p { color: rgb(191,84,169); }

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

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

 a { background-color: rgb(191,84,169); }

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

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

 span { border-color: rgb(191,84,169); }

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