#BF45AA

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

Shades of Fuchsia #BF45AA

Tints of Fuchsia #BF45AA

Color information

#BF45AA (or 0xBF45AA) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and AA. RGB value is (191,69,170). Sum of RGB (Red+Green+Blue) = 191+69+170=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45AA is #40BA55. Grayscale: #747474. Windows color (decimal): -4242006 or 11158975. OLE color: 11158975.

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

Color convert

RGB19169170-
CMYK00.640.110.25
HSL310.33º48.8%50.98%-
HSV(B)310.33º63.87%74.9%-
XYZ30.8718.2339.92-
YUV116.99157.92180.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=44.42%
G=16.05%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916917000.640.110.25310.3348.850.98
HexBF45AA040B191363133
Octal277105252010013314666163
Binary1011111110001011010101001000000101111001100110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45AA; }

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

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

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

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

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

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

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

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