#BF6AC1

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

Shades of Fuchsia #BF6AC1

Tints of Fuchsia #BF6AC1

Color information

#BF6AC1 (or 0xBF6AC1) is unknown color: approx Fuchsia. HEX triplet: BF, 6A and C1. RGB value is (191,106,193). Sum of RGB (Red+Green+Blue) = 191+106+193=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6AC1 is #40953E. Grayscale: #8D8D8D. Windows color (decimal): -4232511 or 12675775. OLE color: 12675775.

HSL color Cylindrical-coordinate representation of color #BF6AC1: hue angle of 298.62º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6AC1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191106193-
CMYK0.010.4500.24
HSL298.62º41.23%58.63%-
HSV(B)298.62º45.08%75.69%-
XYZ36.2725.2353.41-
YUV141.33157.16163.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=38.98%
G=21.63%
B=39.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911061930.010.4500.24298.6241.2358.63
HexBF6AC112D01812b293b
Octal2771523011550304535173
Binary101111111101010110000011101101011000100101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AC1; }

 p { color: rgb(191,106,193); }

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

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

 a { background-color: rgb(191,106,193); }

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

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

 span { border-color: rgb(191,106,193); }

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