Shades of Fuchsia #BF41A8
Tints of Fuchsia #BF41A8
RGB
CMYK
RGB Variations
Color information
#BF41A8 (or 0xBF41A8) is known color: Fuchsia. HEX triplet: BF, 41 and A8. RGB value is (191,65,168). Sum of RGB (Red+Green+Blue) = 191+65+168=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41A8 is #40BE57. Grayscale: #727272. Windows color (decimal): -4243032 or 11026879. OLE color: 11026879.
HSL color Cylindrical-coordinate representation of color #BF41A8: hue angle of 310.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF41A8 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 168 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.25 |
| HSL | 310.95º | 0.5% | 0.5% | - |
| HSV(B) | 310.95º | 0.66% | 0.75% | - |
| XYZ | 30.44 | 17.68 | 38.85 | - |
| YUV | 114.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 168 | 0 | 0.66 | 0.12 | 0.25 | 310.95 | 0.5 | 0.5 |
| Hex | BF | 41 | A8 | 0 | 42 | C | 19 | 137 | 32 | 32 |
| Octal | 277 | 101 | 250 | 0 | 102 | 14 | 31 | 467 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10101000 | 0 | 1000010 | 1100 | 11001 | 100110111 | 110010 | 110010 |
Color Harmonies of #BF41A8
Complementary color
Monochromatic Colors of #BF41A8
Black with #BF41A8
Text Example
Text Example
White with #BF41A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41A8; }
p { color: rgb(191,65,168); }
H1.HeaderClassName
{
color: #BF41A8;
}
.AnyTagClassName
{
color: #BF41A8;
}
</style>
background-color css
<style>
a { background-color: #BF41A8; }
a { background-color: rgb(191,65,168); }
div.DivClassName
{
background-color: #BF41A8;
}
.BgClassName
{
background-color: #BF41A8;
}
</style>
border-color css
<style>
span { border-color: #BF41A8; }
span { border-color: rgb(191,65,168); }
td.TdClassName
{
border-color: #BF41A8;
}
.TagClassName
{
border-color: #BF41A8;
}
</style>