#BF40AC

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

Shades of Fuchsia #BF40AC

Tints of Fuchsia #BF40AC

Color information

#BF40AC (or 0xBF40AC) is unknown color: approx Fuchsia. HEX triplet: BF, 40 and AC. RGB value is (191,64,172). Sum of RGB (Red+Green+Blue) = 191+64+172=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40AC is #40BF53. Grayscale: #717171. Windows color (decimal): -4243284 or 11288767. OLE color: 11288767.

HSL color Cylindrical-coordinate representation of color #BF40AC: hue angle of 308.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF40AC is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19164172-
CMYK00.660.100.25
HSL308.98º49.8%50%-
HSV(B)308.98º66.49%74.9%-
XYZ30.7717.7240.83-
YUV114.28160.58182.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=44.73%
G=14.99%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916417200.660.100.25308.9849.850
HexBF40AC042A191353232
Octal277100254010212314656262
Binary1011111110000001010110001000010101011001100110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF40AC; }

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

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

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

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

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

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

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

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