#BF6BC3

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

Shades of Fuchsia #BF6BC3

Tints of Fuchsia #BF6BC3

Color information

#BF6BC3 (or 0xBF6BC3) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and C3. RGB value is (191,107,195). Sum of RGB (Red+Green+Blue) = 191+107+195=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF6BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BC3 is #40943C. Grayscale: #8D8D8D. Windows color (decimal): -4232253 or 12807103. OLE color: 12807103.

HSL color Cylindrical-coordinate representation of color #BF6BC3: hue angle of 297.27º degrees, saturation: 0.42, 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 #BF6BC3 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191107195-
CMYK0.020.4500.24
HSL297.27º42.31%59.22%-
HSV(B)297.27º45.13%76.47%-
XYZ36.5925.5354.63-
YUV142.15157.83162.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 107 (42.19% from 255) = 21.70%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=38.74%
G=21.70%
B=39.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911071950.020.4500.24297.2742.3159.22
HexBF6BC322D0181292a3b
Octal2771533032550304515273
Binary1011111111010111100001110101101011000100101001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BC3; }

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

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

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

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

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

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

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

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