#BF60A9

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

Shades of Fuchsia #BF60A9

Tints of Fuchsia #BF60A9

Color information

#BF60A9 (or 0xBF60A9) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and A9. RGB value is (191,96,169). Sum of RGB (Red+Green+Blue) = 191+96+169=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60A9 is #409F56. Grayscale: #848484. Windows color (decimal): -4235095 or 11100351. OLE color: 11100351.

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

Color convert

RGB19196169-
CMYK00.500.120.25
HSL313.89º42.6%56.27%-
HSV(B)313.89º49.74%74.9%-
XYZ32.8322.3140.11-
YUV132.73148.47169.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=41.89%
G=21.05%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919616900.500.120.25313.8942.656.27
HexBF60A9032C1913a2b38
Octal27714025106214314725370
Binary101111111100000101010010110010110011001100111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60A9; }

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

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

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

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

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

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

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

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