#BF49B3

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

Shades of Fuchsia #BF49B3

Tints of Fuchsia #BF49B3

Color information

#BF49B3 (or 0xBF49B3) is unknown color: approx Fuchsia. HEX triplet: BF, 49 and B3. RGB value is (191,73,179). Sum of RGB (Red+Green+Blue) = 191+73+179=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49B3 is #40B64C. Grayscale: #787878. Windows color (decimal): -4240973 or 11749823. OLE color: 11749823.

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

Color convert

RGB19173179-
CMYK00.620.060.25
HSL306.1º47.97%51.76%-
HSV(B)306.1º61.78%74.9%-
XYZ32.0119.144.65-
YUV120.37161.09178.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=43.12%
G=16.48%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917317900.620.060.25306.147.9751.76
HexBF49B303E6191323034
Octal2771112630766314626064
Binary10111111100100110110011011111011011001100110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF49B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF49B3; }

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

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

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

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

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

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

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

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