Shades of Fuchsia #BF63AF
Tints of Fuchsia #BF63AF
RGB
CMYK
RGB Variations
Color information
#BF63AF (or 0xBF63AF) is known color: Fuchsia. HEX triplet: BF, 63 and AF. RGB value is (191,99,175). Sum of RGB (Red+Green+Blue) = 191+99+175=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63AF is #409C50. Grayscale: #868686. Windows color (decimal): -4234321 or 11494335. OLE color: 11494335.
HSL color Cylindrical-coordinate representation of color #BF63AF: hue angle of 310.43º 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 #BF63AF is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 175 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.25 |
| HSL | 310.43º | 0.42% | 0.57% | - |
| HSV(B) | 310.43º | 0.48% | 0.75% | - |
| XYZ | 33.69 | 23.1 | 43.24 | - |
| YUV | 135.17 | 150.48 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 175 | 0 | 0.48 | 0.08 | 0.25 | 310.43 | 0.42 | 0.57 |
| Hex | BF | 63 | AF | 0 | 30 | 8 | 19 | 136 | 2A | 39 |
| Octal | 277 | 143 | 257 | 0 | 60 | 10 | 31 | 466 | 52 | 71 |
| Binary | 10111111 | 1100011 | 10101111 | 0 | 110000 | 1000 | 11001 | 100110110 | 101010 | 111001 |
Color Harmonies of #BF63AF
Complementary color
Monochromatic Colors of #BF63AF
Black with #BF63AF
Text Example
Text Example
White with #BF63AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63AF; }
p { color: rgb(191,99,175); }
H1.HeaderClassName
{
color: #BF63AF;
}
.AnyTagClassName
{
color: #BF63AF;
}
</style>
background-color css
<style>
a { background-color: #BF63AF; }
a { background-color: rgb(191,99,175); }
div.DivClassName
{
background-color: #BF63AF;
}
.BgClassName
{
background-color: #BF63AF;
}
</style>
border-color css
<style>
span { border-color: #BF63AF; }
span { border-color: rgb(191,99,175); }
td.TdClassName
{
border-color: #BF63AF;
}
.TagClassName
{
border-color: #BF63AF;
}
</style>