#BF45A9

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

Shades of Fuchsia #BF45A9

Tints of Fuchsia #BF45A9

Color information

#BF45A9 (or 0xBF45A9) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and A9. RGB value is (191,69,169). Sum of RGB (Red+Green+Blue) = 191+69+169=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45A9 is #40BA56. Grayscale: #747474. Windows color (decimal): -4242007 or 11093439. OLE color: 11093439.

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

Color convert

RGB19169169-
CMYK00.640.120.25
HSL310.82º48.8%50.98%-
HSV(B)310.82º63.87%74.9%-
XYZ30.7818.239.43-
YUV116.88157.42180.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 69 (27.34% from 255) = 16.08%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=44.52%
G=16.08%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916916900.640.120.25310.8248.850.98
HexBF45A9040C191373133
Octal277105251010014314676163
Binary1011111110001011010100101000000110011001100110111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45A9; }

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

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

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

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

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

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

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

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