#BF45AB

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

Shades of Fuchsia #BF45AB

Tints of Fuchsia #BF45AB

Color information

#BF45AB (or 0xBF45AB) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and AB. RGB value is (191,69,171). Sum of RGB (Red+Green+Blue) = 191+69+171=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45AB is #40BA54. Grayscale: #747474. Windows color (decimal): -4242005 or 11224511. OLE color: 11224511.

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

Color convert

RGB19169171-
CMYK00.640.100.25
HSL309.84º48.8%50.98%-
HSV(B)309.84º63.87%74.9%-
XYZ30.9618.2740.42-
YUV117.11158.42180.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=44.32%
G=16.01%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916917100.640.100.25309.8448.850.98
HexBF45AB040A191363133
Octal277105253010012314666163
Binary1011111110001011010101101000000101011001100110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45AB; }

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

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

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

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

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

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

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

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