#BF6BBF

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

Shades of Fuchsia #BF6BBF

Tints of Fuchsia #BF6BBF

Color information

#BF6BBF (or 0xBF6BBF) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and BF. RGB value is (191,107,191). Sum of RGB (Red+Green+Blue) = 191+107+191=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF6BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BBF is #409440. Grayscale: #8D8D8D. Windows color (decimal): -4232257 or 12544959. OLE color: 12544959.

HSL color Cylindrical-coordinate representation of color #BF6BBF: hue angle of 300º 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 #BF6BBF is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191107191-
CMYK00.4400.25
HSL300º39.62%58.43%-
HSV(B)300º43.98%74.9%-
XYZ36.1525.3552.28-
YUV141.69155.83163.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 191 (75% from 255) = 39.06%
R=39.06%
G=21.88%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110719100.4400.2530039.6258.43
HexBF6BBF02C01912c283a
Octal2771532770540314545072
Binary101111111101011101111110101100011001100101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BBF; }

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

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

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

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

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

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

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

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