#BF6FC0

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

Shades of Fuchsia #BF6FC0

Tints of Fuchsia #BF6FC0

Color information

#BF6FC0 (or 0xBF6FC0) is unknown color: approx Fuchsia. HEX triplet: BF, 6F and C0. RGB value is (191,111,192). Sum of RGB (Red+Green+Blue) = 191+111+192=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF6FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FC0 is #40903F. Grayscale: #8F8F8F. Windows color (decimal): -4231232 or 12611519. OLE color: 12611519.

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

Color convert

RGB191111192-
CMYK0.010.4200.25
HSL299.26º39.13%59.41%-
HSV(B)299.26º42.19%75.29%-
XYZ36.6826.2553-
YUV144.15155161.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=38.66%
G=22.47%
B=38.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911111920.010.4200.25299.2639.1359.41
HexBF6FC012A01912b273b
Octal2771573001520314534773
Binary101111111101111110000001101010011001100101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FC0; }

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

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

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

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

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

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

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

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