#BF49A8

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

Shades of Fuchsia #BF49A8

Tints of Fuchsia #BF49A8

Color information

#BF49A8 (or 0xBF49A8) is unknown color: approx Fuchsia. HEX triplet: BF, 49 and A8. RGB value is (191,73,168). Sum of RGB (Red+Green+Blue) = 191+73+168=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF49A8 is #40B657. Grayscale: #767676. Windows color (decimal): -4240984 or 11028927. OLE color: 11028927.

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

Color convert

RGB19173168-
CMYK00.620.120.25
HSL311.69º47.97%51.76%-
HSV(B)311.69º61.78%74.9%-
XYZ30.9418.6739.02-
YUV119.11155.59179.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 73 (28.91% from 255) = 16.90%
BLUE value IS 168 (66.02% from 255) = 38.89%
R=44.21%
G=16.90%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917316800.620.120.25311.6947.9751.76
HexBF49A803EC191383034
Octal27711125007614314706064
Binary101111111001001101010000111110110011001100111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF49A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF49A8; }

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

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

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

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

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

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

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

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