Shades of Fuchsia #BF41AF
Tints of Fuchsia #BF41AF
RGB
CMYK
RGB Variations
Color information
#BF41AF (or 0xBF41AF) is known color: Fuchsia. HEX triplet: BF, 41 and AF. RGB value is (191,65,175). Sum of RGB (Red+Green+Blue) = 191+65+175=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF41AF is #40BE50. Grayscale: #727272. Windows color (decimal): -4243025 or 11485631. OLE color: 11485631.
HSL color Cylindrical-coordinate representation of color #BF41AF: hue angle of 307.62º 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 #BF41AF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 175 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.25 |
| HSL | 307.62º | 0.5% | 0.5% | - |
| HSV(B) | 307.62º | 0.66% | 0.75% | - |
| XYZ | 31.11 | 17.95 | 42.38 | - |
| YUV | 115.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 175 | 0 | 0.66 | 0.08 | 0.25 | 307.62 | 0.5 | 0.5 |
| Hex | BF | 41 | AF | 0 | 42 | 8 | 19 | 134 | 32 | 32 |
| Octal | 277 | 101 | 257 | 0 | 102 | 10 | 31 | 464 | 62 | 62 |
| Binary | 10111111 | 1000001 | 10101111 | 0 | 1000010 | 1000 | 11001 | 100110100 | 110010 | 110010 |
Color Harmonies of #BF41AF
Complementary color
Monochromatic Colors of #BF41AF
Black with #BF41AF
Text Example
Text Example
White with #BF41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41AF; }
p { color: rgb(191,65,175); }
H1.HeaderClassName
{
color: #BF41AF;
}
.AnyTagClassName
{
color: #BF41AF;
}
</style>
background-color css
<style>
a { background-color: #BF41AF; }
a { background-color: rgb(191,65,175); }
div.DivClassName
{
background-color: #BF41AF;
}
.BgClassName
{
background-color: #BF41AF;
}
</style>
border-color css
<style>
span { border-color: #BF41AF; }
span { border-color: rgb(191,65,175); }
td.TdClassName
{
border-color: #BF41AF;
}
.TagClassName
{
border-color: #BF41AF;
}
</style>