Shades of Fuchsia #BF76C0
Tints of Fuchsia #BF76C0
RGB
CMYK
RGB Variations
Color information
#BF76C0 (or 0xBF76C0) is known color: Fuchsia. HEX triplet: BF, 76 and C0. RGB value is (191,118,192). Sum of RGB (Red+Green+Blue) = 191+118+192=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76C0 is #40893F. Grayscale: #949494. Windows color (decimal): -4229440 or 12613311. OLE color: 12613311.
HSL color Cylindrical-coordinate representation of color #BF76C0: hue angle of 299.19º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF76C0 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 192 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.25 |
| HSL | 299.19º | 0.37% | 0.61% | - |
| HSV(B) | 299.19º | 0.39% | 0.75% | - |
| XYZ | 37.48 | 27.84 | 53.27 | - |
| YUV | 148.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 192 | 0.01 | 0.39 | 0 | 0.25 | 299.19 | 0.37 | 0.61 |
| Hex | BF | 76 | C0 | 1 | 27 | 0 | 19 | 12B | 25 | 3D |
| Octal | 277 | 166 | 300 | 1 | 47 | 0 | 31 | 453 | 45 | 75 |
| Binary | 10111111 | 1110110 | 11000000 | 1 | 100111 | 0 | 11001 | 100101011 | 100101 | 111101 |
Color Harmonies of #BF76C0
Complementary color
Monochromatic Colors of #BF76C0
Black with #BF76C0
Text Example
Text Example
White with #BF76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76C0; }
p { color: rgb(191,118,192); }
H1.HeaderClassName
{
color: #BF76C0;
}
.AnyTagClassName
{
color: #BF76C0;
}
</style>
background-color css
<style>
a { background-color: #BF76C0; }
a { background-color: rgb(191,118,192); }
div.DivClassName
{
background-color: #BF76C0;
}
.BgClassName
{
background-color: #BF76C0;
}
</style>
border-color css
<style>
span { border-color: #BF76C0; }
span { border-color: rgb(191,118,192); }
td.TdClassName
{
border-color: #BF76C0;
}
.TagClassName
{
border-color: #BF76C0;
}
</style>