Shades of Fuchsia #BF6BBB
Tints of Fuchsia #BF6BBB
RGB
CMYK
RGB Variations
Color information
#BF6BBB (or 0xBF6BBB) is known color: Fuchsia. HEX triplet: BF, 6B and BB. RGB value is (191,107,187). Sum of RGB (Red+Green+Blue) = 191+107+187=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BBB is #409444. Grayscale: #8D8D8D. Windows color (decimal): -4232261 or 12282815. OLE color: 12282815.
HSL color Cylindrical-coordinate representation of color #BF6BBB: hue angle of 302.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BBB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 187 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.25 |
| HSL | 302.86º | 0.4% | 0.58% | - |
| HSV(B) | 302.86º | 0.44% | 0.75% | - |
| XYZ | 35.71 | 25.18 | 49.99 | - |
| YUV | 141.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 187 | 0 | 0.44 | 0.02 | 0.25 | 302.86 | 0.4 | 0.58 |
| Hex | BF | 6B | BB | 0 | 2C | 2 | 19 | 12F | 28 | 3A |
| Octal | 277 | 153 | 273 | 0 | 54 | 2 | 31 | 457 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10111011 | 0 | 101100 | 10 | 11001 | 100101111 | 101000 | 111010 |
Color Harmonies of #BF6BBB
Complementary color
Monochromatic Colors of #BF6BBB
Black with #BF6BBB
Text Example
Text Example
White with #BF6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BBB; }
p { color: rgb(191,107,187); }
H1.HeaderClassName
{
color: #BF6BBB;
}
.AnyTagClassName
{
color: #BF6BBB;
}
</style>
background-color css
<style>
a { background-color: #BF6BBB; }
a { background-color: rgb(191,107,187); }
div.DivClassName
{
background-color: #BF6BBB;
}
.BgClassName
{
background-color: #BF6BBB;
}
</style>
border-color css
<style>
span { border-color: #BF6BBB; }
span { border-color: rgb(191,107,187); }
td.TdClassName
{
border-color: #BF6BBB;
}
.TagClassName
{
border-color: #BF6BBB;
}
</style>