#BF60AC

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

Shades of Fuchsia #BF60AC

Tints of Fuchsia #BF60AC

Color information

#BF60AC (or 0xBF60AC) is unknown color: approx Fuchsia. HEX triplet: BF, 60 and AC. RGB value is (191,96,172). Sum of RGB (Red+Green+Blue) = 191+96+172=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF60AC is #409F53. Grayscale: #848484. Windows color (decimal): -4235092 or 11296959. OLE color: 11296959.

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

Color convert

RGB19196172-
CMYK00.500.100.25
HSL312º42.6%56.27%-
HSV(B)312º49.74%74.9%-
XYZ33.1222.4241.61-
YUV133.07149.97169.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=41.61%
G=20.92%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919617200.500.100.2531242.656.27
HexBF60AC032A191382b38
Octal27714025406212314705370
Binary101111111100000101011000110010101011001100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60AC; }

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

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

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

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

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

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

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

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