#BF45AC

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

Shades of Fuchsia #BF45AC

Tints of Fuchsia #BF45AC

Color information

#BF45AC (or 0xBF45AC) is unknown color: approx Fuchsia. HEX triplet: BF, 45 and AC. RGB value is (191,69,172). Sum of RGB (Red+Green+Blue) = 191+69+172=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF45AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF45AC is #40BA53. Grayscale: #747474. Windows color (decimal): -4242004 or 11290047. OLE color: 11290047.

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

Color convert

RGB19169172-
CMYK00.640.100.25
HSL309.34º48.8%50.98%-
HSV(B)309.34º63.87%74.9%-
XYZ31.0618.3140.93-
YUV117.22158.92180.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=44.21%
G=15.97%
B=39.81%

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
Decimal1916917200.640.100.25309.3448.850.98
HexBF45AC040A191353133
Octal277105254010012314656163
Binary1011111110001011010110001000000101011001100110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF45AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF45AC; }

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

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

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

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

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

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

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

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