#BF40A8

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

Shades of Fuchsia #BF40A8

Tints of Fuchsia #BF40A8

Color information

#BF40A8 (or 0xBF40A8) is unknown color: approx Fuchsia. HEX triplet: BF, 40 and A8. RGB value is (191,64,168). Sum of RGB (Red+Green+Blue) = 191+64+168=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40A8 is #40BF57. Grayscale: #717171. Windows color (decimal): -4243288 or 11026623. OLE color: 11026623.

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

Color convert

RGB19164168-
CMYK00.660.120.25
HSL310.87º49.8%50%-
HSV(B)310.87º66.49%74.9%-
XYZ30.3917.5738.84-
YUV113.83158.58183.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=45.15%
G=15.13%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916416800.660.120.25310.8749.850
HexBF40A8042C191373232
Octal277100250010214314676262
Binary1011111110000001010100001000010110011001100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF40A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF40A8; }

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

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

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

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

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

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

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

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