#BF6DAD

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

Shades of Fuchsia #BF6DAD

Tints of Fuchsia #BF6DAD

Color information

#BF6DAD (or 0xBF6DAD) is unknown color: approx Fuchsia. HEX triplet: BF, 6D and AD. RGB value is (191,109,173). Sum of RGB (Red+Green+Blue) = 191+109+173=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DAD is #409252. Grayscale: #8C8C8C. Windows color (decimal): -4231763 or 11365823. OLE color: 11365823.

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

Color convert

RGB191109173-
CMYK00.430.090.25
HSL313.17º39.05%58.82%-
HSV(B)313.17º42.93%74.9%-
XYZ34.525.0342.55-
YUV140.81146.17163.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 109 (42.97% from 255) = 23.04%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=40.38%
G=23.04%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110917300.430.090.25313.1739.0558.82
HexBF6DAD02B919139273b
Octal27715525505311314714773
Binary101111111101101101011010101011100111001100111001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DAD; }

 p { color: rgb(191,109,173); }

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

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

 a { background-color: rgb(191,109,173); }

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

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

 span { border-color: rgb(191,109,173); }

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