Shades of Fuchsia #BF6FBC
Tints of Fuchsia #BF6FBC
RGB
CMYK
RGB Variations
Color information
#BF6FBC (or 0xBF6FBC) is known color: Fuchsia. HEX triplet: BF, 6F and BC. RGB value is (191,111,188). Sum of RGB (Red+Green+Blue) = 191+111+188=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FBC is #409043. Grayscale: #8F8F8F. Windows color (decimal): -4231236 or 12349375. OLE color: 12349375.
HSL color Cylindrical-coordinate representation of color #BF6FBC: hue angle of 302.25º degrees, saturation: 0.38, 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 #BF6FBC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 188 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.25 |
| HSL | 302.25º | 0.38% | 0.59% | - |
| HSV(B) | 302.25º | 0.42% | 0.75% | - |
| XYZ | 36.25 | 26.08 | 50.7 | - |
| YUV | 143.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 188 | 0 | 0.42 | 0.02 | 0.25 | 302.25 | 0.38 | 0.59 |
| Hex | BF | 6F | BC | 0 | 2A | 2 | 19 | 12E | 26 | 3B |
| Octal | 277 | 157 | 274 | 0 | 52 | 2 | 31 | 456 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10111100 | 0 | 101010 | 10 | 11001 | 100101110 | 100110 | 111011 |
Color Harmonies of #BF6FBC
Complementary color
Monochromatic Colors of #BF6FBC
Black with #BF6FBC
Text Example
Text Example
White with #BF6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FBC; }
p { color: rgb(191,111,188); }
H1.HeaderClassName
{
color: #BF6FBC;
}
.AnyTagClassName
{
color: #BF6FBC;
}
</style>
background-color css
<style>
a { background-color: #BF6FBC; }
a { background-color: rgb(191,111,188); }
div.DivClassName
{
background-color: #BF6FBC;
}
.BgClassName
{
background-color: #BF6FBC;
}
</style>
border-color css
<style>
span { border-color: #BF6FBC; }
span { border-color: rgb(191,111,188); }
td.TdClassName
{
border-color: #BF6FBC;
}
.TagClassName
{
border-color: #BF6FBC;
}
</style>