Shades of Fuchsia #BF47A8
Tints of Fuchsia #BF47A8
RGB
CMYK
RGB Variations
Color information
#BF47A8 (or 0xBF47A8) is known color: Fuchsia. HEX triplet: BF, 47 and A8. RGB value is (191,71,168). Sum of RGB (Red+Green+Blue) = 191+71+168=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF47A8 is #40B857. Grayscale: #757575. Windows color (decimal): -4241496 or 11028415. OLE color: 11028415.
HSL color Cylindrical-coordinate representation of color #BF47A8: hue angle of 311.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47A8 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 168 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.25 |
| HSL | 311.5º | 0.48% | 0.51% | - |
| HSV(B) | 311.5º | 0.63% | 0.75% | - |
| XYZ | 30.81 | 18.41 | 38.98 | - |
| YUV | 117.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 168 | 0 | 0.63 | 0.12 | 0.25 | 311.5 | 0.48 | 0.51 |
| Hex | BF | 47 | A8 | 0 | 3F | C | 19 | 138 | 30 | 33 |
| Octal | 277 | 107 | 250 | 0 | 77 | 14 | 31 | 470 | 60 | 63 |
| Binary | 10111111 | 1000111 | 10101000 | 0 | 111111 | 1100 | 11001 | 100111000 | 110000 | 110011 |
Color Harmonies of #BF47A8
Complementary color
Monochromatic Colors of #BF47A8
Black with #BF47A8
Text Example
Text Example
White with #BF47A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47A8; }
p { color: rgb(191,71,168); }
H1.HeaderClassName
{
color: #BF47A8;
}
.AnyTagClassName
{
color: #BF47A8;
}
</style>
background-color css
<style>
a { background-color: #BF47A8; }
a { background-color: rgb(191,71,168); }
div.DivClassName
{
background-color: #BF47A8;
}
.BgClassName
{
background-color: #BF47A8;
}
</style>
border-color css
<style>
span { border-color: #BF47A8; }
span { border-color: rgb(191,71,168); }
td.TdClassName
{
border-color: #BF47A8;
}
.TagClassName
{
border-color: #BF47A8;
}
</style>