#BF6BAC

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

Shades of Fuchsia #BF6BAC

Tints of Fuchsia #BF6BAC

Color information

#BF6BAC (or 0xBF6BAC) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and AC. RGB value is (191,107,172). Sum of RGB (Red+Green+Blue) = 191+107+172=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BAC is #409453. Grayscale: #8B8B8B. Windows color (decimal): -4232276 or 11299775. OLE color: 11299775.

HSL color Cylindrical-coordinate representation of color #BF6BAC: hue angle of 313.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BAC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191107172-
CMYK00.440.100.25
HSL313.57º39.62%58.43%-
HSV(B)313.57º43.98%74.9%-
XYZ34.1924.5741.97-
YUV139.53146.33164.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=40.64%
G=22.77%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110717200.440.100.25313.5739.6258.43
HexBF6BAC02CA1913a283a
Octal27715325405412314725072
Binary101111111101011101011000101100101011001100111010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BAC; }

 p { color: rgb(191,107,172); }

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

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

 a { background-color: rgb(191,107,172); }

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

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

 span { border-color: rgb(191,107,172); }

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