#BF58AA

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

Shades of Fuchsia #BF58AA

Tints of Fuchsia #BF58AA

Color information

#BF58AA (or 0xBF58AA) is unknown color: approx Fuchsia. HEX triplet: BF, 58 and AA. RGB value is (191,88,170). Sum of RGB (Red+Green+Blue) = 191+88+170=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58AA is #40A755. Grayscale: #7F7F7F. Windows color (decimal): -4237142 or 11163839. OLE color: 11163839.

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

Color convert

RGB19188170-
CMYK00.540.110.25
HSL312.23º44.59%54.71%-
HSV(B)312.23º53.93%74.9%-
XYZ32.2320.9640.38-
YUV128.14151.62172.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 88 (34.77% from 255) = 19.60%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=42.54%
G=19.60%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918817000.540.110.25312.2344.5954.71
HexBF58AA036B191382d37
Octal27713025206613314705567
Binary101111111011000101010100110110101111001100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58AA; }

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

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

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

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

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

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

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

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