#BF6AC5

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

Shades of Fuchsia #BF6AC5

Tints of Fuchsia #BF6AC5

Color information

#BF6AC5 (or 0xBF6AC5) is unknown color: approx Fuchsia. HEX triplet: BF, 6A and C5. RGB value is (191,106,197). Sum of RGB (Red+Green+Blue) = 191+106+197=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF6AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6AC5 is #40953A. Grayscale: #8D8D8D. Windows color (decimal): -4232507 or 12937919. OLE color: 12937919.

HSL color Cylindrical-coordinate representation of color #BF6AC5: hue angle of 296.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6AC5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191106197-
CMYK0.030.4600.23
HSL296.04º43.96%59.41%-
HSV(B)296.04º46.19%77.25%-
XYZ36.7225.4255.79-
YUV141.79159.16163.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 197 (77.34% from 255) = 39.88%
R=38.66%
G=21.46%
B=39.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911061970.030.4600.23296.0443.9659.41
HexBF6AC532E0171282c3b
Octal2771523053560274505473
Binary1011111111010101100010111101110010111100101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AC5; }

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

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

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

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

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

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

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

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