#BF66A8

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

Shades of Fuchsia #BF66A8

Tints of Fuchsia #BF66A8

Color information

#BF66A8 (or 0xBF66A8) is unknown color: approx Fuchsia. HEX triplet: BF, 66 and A8. RGB value is (191,102,168). Sum of RGB (Red+Green+Blue) = 191+102+168=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66A8 is #409957. Grayscale: #878787. Windows color (decimal): -4233560 or 11036351. OLE color: 11036351.

HSL color Cylindrical-coordinate representation of color #BF66A8: hue angle of 315.51º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF66A8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191102168-
CMYK00.470.120.25
HSL315.51º41.01%57.45%-
HSV(B)315.51º46.6%74.9%-
XYZ33.3123.4139.81-
YUV136.14145.99167.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 168 (66.02% from 255) = 36.44%
R=41.43%
G=22.13%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110216800.470.120.25315.5141.0157.45
HexBF66A802FC1913c2939
Octal27714625005714314745171
Binary101111111100110101010000101111110011001100111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66A8; }

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

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

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

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

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

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

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

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