#BF55AC

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

Shades of Fuchsia #BF55AC

Tints of Fuchsia #BF55AC

Color information

#BF55AC (or 0xBF55AC) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and AC. RGB value is (191,85,172). Sum of RGB (Red+Green+Blue) = 191+85+172=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55AC is #40AA53. Grayscale: #7E7E7E. Windows color (decimal): -4237908 or 11294143. OLE color: 11294143.

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

Color convert

RGB19185172-
CMYK00.550.100.25
HSL310.75º45.3%54.12%-
HSV(B)310.75º55.5%74.9%-
XYZ32.1820.5541.3-
YUV126.61153.62173.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 85 (33.59% from 255) = 18.97%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=42.63%
G=18.97%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918517200.550.100.25310.7545.354.12
HexBF55AC037A191372d36
Octal27712525406712314675566
Binary101111111010101101011000110111101011001100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55AC; }

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

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

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

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

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

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

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

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