#BF45AE

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

Shades of Fuchsia #BF45AE

Tints of Fuchsia #BF45AE

Color information

#BF45AE (or 0xBF45AE) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and AE. RGB value is (191,69,174). Sum of RGB (Red+Green+Blue) = 191+69+174=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45AE is #40BA51. Grayscale: #757575. Windows color (decimal): -4242002 or 11421119. OLE color: 11421119.

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

Color convert

RGB19169174-
CMYK00.640.090.25
HSL308.36º48.8%50.98%-
HSV(B)308.36º63.87%74.9%-
XYZ31.2518.3941.95-
YUV117.45159.92180.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 69 (27.34% from 255) = 15.90%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=44.01%
G=15.90%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916917400.640.090.25308.3648.850.98
HexBF45AE0409191343133
Octal277105256010011314646163
Binary1011111110001011010111001000000100111001100110100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45AE; }

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

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

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

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

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

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

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

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