#BF51AE

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

Shades of Fuchsia #BF51AE

Tints of Fuchsia #BF51AE

Color information

#BF51AE (or 0xBF51AE) is unknown color: approx Fuchsia. HEX triplet: BF, 51 and AE. RGB value is (191,81,174). Sum of RGB (Red+Green+Blue) = 191+81+174=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF51AE is #40AE51. Grayscale: #7C7C7C. Windows color (decimal): -4238930 or 11424191. OLE color: 11424191.

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

Color convert

RGB19181174-
CMYK00.580.090.25
HSL309.27º46.22%53.33%-
HSV(B)309.27º57.59%74.9%-
XYZ32.0720.0242.22-
YUV124.49155.94175.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=42.83%
G=18.16%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918117400.580.090.25309.2746.2253.33
HexBF51AE03A9191352e35
Octal27712125607211314655665
Binary101111111010001101011100111010100111001100110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF51AE; }

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

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

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

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

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

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

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

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