#BF6FC6

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

Shades of Fuchsia #BF6FC6

Tints of Fuchsia #BF6FC6

Color information

#BF6FC6 (or 0xBF6FC6) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and C6. RGB value is (191,111,198). Sum of RGB (Red+Green+Blue) = 191+111+198=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FC6 is #409039. Grayscale: #909090. Windows color (decimal): -4231226 or 13004735. OLE color: 13004735.

HSL color Cylindrical-coordinate representation of color #BF6FC6: hue angle of 295.17º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6FC6 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191111198-
CMYK0.040.4400.22
HSL295.17º43.28%60.59%-
HSV(B)295.17º43.94%77.65%-
XYZ37.3626.5256.58-
YUV144.84158160.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=38.2%
G=22.2%
B=39.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911111980.040.4400.22295.1743.2860.59
HexBF6FC642C0161272b3d
Octal2771573064540264475375
Binary10111111110111111000110100101100010110100100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FC6; }

 p { color: rgb(191,111,198); }

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

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

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

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

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

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

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