#BF5AA8

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

Shades of Fuchsia #BF5AA8

Tints of Fuchsia #BF5AA8

Color information

#BF5AA8 (or 0xBF5AA8) is unknown color: approx Fuchsia. HEX triplet: BF, 5A and A8. RGB value is (191,90,168). Sum of RGB (Red+Green+Blue) = 191+90+168=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AA8 is #40A557. Grayscale: #808080. Windows color (decimal): -4236632 or 11033279. OLE color: 11033279.

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

Color convert

RGB19190168-
CMYK00.530.120.25
HSL313.66º44.1%55.1%-
HSV(B)313.66º52.88%74.9%-
XYZ32.2121.2239.44-
YUV129.09149.96172.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 168 (66.02% from 255) = 37.42%
R=42.54%
G=20.04%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919016800.530.120.25313.6644.155.1
HexBF5AA8035C1913a2c37
Octal27713225006514314725467
Binary101111111011010101010000110101110011001100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5AA8; }

 p { color: rgb(191,90,168); }

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

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

 a { background-color: rgb(191,90,168); }

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

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

 span { border-color: rgb(191,90,168); }

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