#BF46A9

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

Shades of Fuchsia #BF46A9

Tints of Fuchsia #BF46A9

Color information

#BF46A9 (or 0xBF46A9) is unknown color: approx Fuchsia. HEX triplet: BF, 46 and A9. RGB value is (191,70,169). Sum of RGB (Red+Green+Blue) = 191+70+169=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF46A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF46A9 is #40B956. Grayscale: #757575. Windows color (decimal): -4241751 or 11093695. OLE color: 11093695.

HSL color Cylindrical-coordinate representation of color #BF46A9: hue angle of 310.91º degrees, saturation: 0.49, 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 #BF46A9 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19170169-
CMYK00.630.120.25
HSL310.91º48.59%51.18%-
HSV(B)310.91º63.35%74.9%-
XYZ30.8418.3239.45-
YUV117.46157.09180.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 169 (66.41% from 255) = 39.30%
R=44.42%
G=16.28%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917016900.630.120.25310.9148.5951.18
HexBF46A903FC191373133
Octal27710625107714314676163
Binary101111111000110101010010111111110011001100110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF46A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF46A9; }

 p { color: rgb(191,70,169); }

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

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

 a { background-color: rgb(191,70,169); }

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

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

 span { border-color: rgb(191,70,169); }

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