#BF60AA

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

Shades of Fuchsia #BF60AA

Tints of Fuchsia #BF60AA

Color information

#BF60AA (or 0xBF60AA) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and AA. RGB value is (191,96,170). Sum of RGB (Red+Green+Blue) = 191+96+170=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60AA is #409F55. Grayscale: #848484. Windows color (decimal): -4235094 or 11165887. OLE color: 11165887.

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

Color convert

RGB19196170-
CMYK00.500.110.25
HSL313.26º42.6%56.27%-
HSV(B)313.26º49.74%74.9%-
XYZ32.9222.3440.61-
YUV132.84148.97169.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=41.79%
G=21.01%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919617000.500.110.25313.2642.656.27
HexBF60AA032B191392b38
Octal27714025206213314715370
Binary101111111100000101010100110010101111001100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60AA; }

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

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

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

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

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

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

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

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