#BF65AB

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

Shades of Fuchsia #BF65AB

Tints of Fuchsia #BF65AB

Color information

#BF65AB (or 0xBF65AB) is unknown color: approx Fuchsia. HEX triplet: BF, 65 and AB. RGB value is (191,101,171). Sum of RGB (Red+Green+Blue) = 191+101+171=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65AB is #409A54. Grayscale: #878787. Windows color (decimal): -4233813 or 11232703. OLE color: 11232703.

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

Color convert

RGB191101171-
CMYK00.470.100.25
HSL313.33º41.28%57.25%-
HSV(B)313.33º47.12%74.9%-
XYZ33.4923.3241.26-
YUV135.89147.82167.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=41.25%
G=21.81%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110117100.470.100.25313.3341.2857.25
HexBF65AB02FA191392939
Octal27714525305712314715171
Binary101111111100101101010110101111101011001100111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF65AB; }

 p { color: rgb(191,101,171); }

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

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

 a { background-color: rgb(191,101,171); }

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

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

 span { border-color: rgb(191,101,171); }

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