#BF6FAE

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

Shades of Fuchsia #BF6FAE

Tints of Fuchsia #BF6FAE

Color information

#BF6FAE (or 0xBF6FAE) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and AE. RGB value is (191,111,174). Sum of RGB (Red+Green+Blue) = 191+111+174=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FAE is #409051. Grayscale: #8D8D8D. Windows color (decimal): -4231250 or 11431871. OLE color: 11431871.

HSL color Cylindrical-coordinate representation of color #BF6FAE: hue angle of 312.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6FAE is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191111174-
CMYK00.420.090.25
HSL312.75º38.46%59.22%-
HSV(B)312.75º41.88%74.9%-
XYZ34.8125.543.13-
YUV142.1146162.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=40.13%
G=23.32%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111117400.420.090.25312.7538.4659.22
HexBF6FAE02A919139263b
Octal27715725605211314714673
Binary101111111101111101011100101010100111001100111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FAE; }

 p { color: rgb(191,111,174); }

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

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

 a { background-color: rgb(191,111,174); }

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

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

 span { border-color: rgb(191,111,174); }

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