#BF58AE

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

Shades of Fuchsia #BF58AE

Tints of Fuchsia #BF58AE

Color information

#BF58AE (or 0xBF58AE) is unknown color: approx Fuchsia. HEX triplet: BF, 58 and AE. RGB value is (191,88,174). Sum of RGB (Red+Green+Blue) = 191+88+174=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF58AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF58AE is #40A751. Grayscale: #808080. Windows color (decimal): -4237138 or 11425983. OLE color: 11425983.

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

Color convert

RGB19188174-
CMYK00.540.090.25
HSL309.9º44.59%54.71%-
HSV(B)309.9º53.93%74.9%-
XYZ32.6221.1142.4-
YUV128.6153.62172.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=42.16%
G=19.43%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918817400.540.090.25309.944.5954.71
HexBF58AE0369191362d37
Octal27713025606611314665567
Binary101111111011000101011100110110100111001100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF58AE; }

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

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

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

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

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

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

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

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