Shades of Fuchsia #BF63AD
Tints of Fuchsia #BF63AD
RGB
CMYK
RGB Variations
Color information
#BF63AD (or 0xBF63AD) is known color: Fuchsia. HEX triplet: BF, 63 and AD. RGB value is (191,99,173). Sum of RGB (Red+Green+Blue) = 191+99+173=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63AD is #409C52. Grayscale: #868686. Windows color (decimal): -4234323 or 11363263. OLE color: 11363263.
HSL color Cylindrical-coordinate representation of color #BF63AD: hue angle of 311.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF63AD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 173 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.25 |
| HSL | 311.74º | 0.42% | 0.57% | - |
| HSV(B) | 311.74º | 0.48% | 0.75% | - |
| XYZ | 33.49 | 23.02 | 42.21 | - |
| YUV | 134.94 | 149.48 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 173 | 0 | 0.48 | 0.09 | 0.25 | 311.74 | 0.42 | 0.57 |
| Hex | BF | 63 | AD | 0 | 30 | 9 | 19 | 138 | 2A | 39 |
| Octal | 277 | 143 | 255 | 0 | 60 | 11 | 31 | 470 | 52 | 71 |
| Binary | 10111111 | 1100011 | 10101101 | 0 | 110000 | 1001 | 11001 | 100111000 | 101010 | 111001 |
Color Harmonies of #BF63AD
Complementary color
Monochromatic Colors of #BF63AD
Black with #BF63AD
Text Example
Text Example
White with #BF63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63AD; }
p { color: rgb(191,99,173); }
H1.HeaderClassName
{
color: #BF63AD;
}
.AnyTagClassName
{
color: #BF63AD;
}
</style>
background-color css
<style>
a { background-color: #BF63AD; }
a { background-color: rgb(191,99,173); }
div.DivClassName
{
background-color: #BF63AD;
}
.BgClassName
{
background-color: #BF63AD;
}
</style>
border-color css
<style>
span { border-color: #BF63AD; }
span { border-color: rgb(191,99,173); }
td.TdClassName
{
border-color: #BF63AD;
}
.TagClassName
{
border-color: #BF63AD;
}
</style>