#BF6DC0

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

Shades of Fuchsia #BF6DC0

Tints of Fuchsia #BF6DC0

Color information

#BF6DC0 (or 0xBF6DC0) is unknown color: approx Fuchsia. HEX triplet: BF, 6D and C0. RGB value is (191,109,192). Sum of RGB (Red+Green+Blue) = 191+109+192=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DC0 is #40923F. Grayscale: #8E8E8E. Windows color (decimal): -4231744 or 12611007. OLE color: 12611007.

HSL color Cylindrical-coordinate representation of color #BF6DC0: hue angle of 299.28º degrees, saturation: 0.4, 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 #BF6DC0 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191109192-
CMYK0.010.4300.25
HSL299.28º39.71%59.02%-
HSV(B)299.28º43.23%75.29%-
XYZ36.4725.8252.93-
YUV142.98155.67162.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=38.82%
G=22.15%
B=39.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911091920.010.4300.25299.2839.7159.02
HexBF6DC012B01912b283b
Octal2771553001530314535073
Binary101111111101101110000001101011011001100101011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DC0; }

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

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

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

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

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

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

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

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