#BF47AB

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

Shades of Fuchsia #BF47AB

Tints of Fuchsia #BF47AB

Color information

#BF47AB (or 0xBF47AB) is unknown color: approx Fuchsia. HEX triplet: BF, 47 and AB. RGB value is (191,71,171). Sum of RGB (Red+Green+Blue) = 191+71+171=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47AB is #40B854. Grayscale: #767676. Windows color (decimal): -4241493 or 11225023. OLE color: 11225023.

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

Color convert

RGB19171171-
CMYK00.630.100.25
HSL310º48.39%51.37%-
HSV(B)310º62.83%74.9%-
XYZ31.0918.5240.46-
YUV118.28157.76179.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=44.11%
G=16.40%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917117100.630.100.2531048.3951.37
HexBF47AB03FA191363033
Octal27710725307712314666063
Binary101111111000111101010110111111101011001100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF47AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF47AB; }

 p { color: rgb(191,71,171); }

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

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

 a { background-color: rgb(191,71,171); }

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

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

 span { border-color: rgb(191,71,171); }

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