#BF49BA

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

Shades of Fuchsia #BF49BA

Tints of Fuchsia #BF49BA

Color information

#BF49BA (or 0xBF49BA) is unknown color: approx Fuchsia. HEX triplet: BF, 49 and BA. RGB value is (191,73,186). Sum of RGB (Red+Green+Blue) = 191+73+186=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49BA is #40B645. Grayscale: #787878. Windows color (decimal): -4240966 or 12208575. OLE color: 12208575.

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

Color convert

RGB19173186-
CMYK00.620.030.25
HSL302.54º47.97%51.76%-
HSV(B)302.54º61.78%74.9%-
XYZ32.7319.3948.47-
YUV121.16164.59177.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=42.44%
G=16.22%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917318600.620.030.25302.5447.9751.76
HexBF49BA03E31912f3034
Octal2771112720763314576064
Binary1011111110010011011101001111101111001100101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF49BA; }

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

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

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

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

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

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

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

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