Shades of Fuchsia #BF6DC0
Tints of Fuchsia #BF6DC0
RGB
CMYK
RGB Variations
Color information
#BF6DC0 (or 0xBF6DC0) is known color: 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
| RGB | 191 | 109 | 192 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.25 |
| HSL | 299.28º | 0.4% | 0.59% | - |
| HSV(B) | 299.28º | 0.43% | 0.75% | - |
| XYZ | 36.47 | 25.82 | 52.93 | - |
| YUV | 142.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 192 | 0.01 | 0.43 | 0 | 0.25 | 299.28 | 0.4 | 0.59 |
| Hex | BF | 6D | C0 | 1 | 2B | 0 | 19 | 12B | 28 | 3B |
| Octal | 277 | 155 | 300 | 1 | 53 | 0 | 31 | 453 | 50 | 73 |
| Binary | 10111111 | 1101101 | 11000000 | 1 | 101011 | 0 | 11001 | 100101011 | 101000 | 111011 |
Color Harmonies of #BF6DC0
Complementary color
Monochromatic Colors of #BF6DC0
Black with #BF6DC0
Text Example
Text Example
White with #BF6DC0
Text Example
Text Example
HTML Codes & Css Web 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>