Shades of Fuchsia #BF40AF
Tints of Fuchsia #BF40AF
RGB
CMYK
RGB Variations
Color information
#BF40AF (or 0xBF40AF) is known color: Fuchsia. HEX triplet: BF, 40 and AF. RGB value is (191,64,175). Sum of RGB (Red+Green+Blue) = 191+64+175=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40AF is #40BF50. Grayscale: #727272. Windows color (decimal): -4243281 or 11485375. OLE color: 11485375.
HSL color Cylindrical-coordinate representation of color #BF40AF: hue angle of 307.56º 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 #BF40AF is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 175 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.25 |
| HSL | 307.56º | 0.5% | 0.5% | - |
| HSV(B) | 307.56º | 0.66% | 0.75% | - |
| XYZ | 31.06 | 17.84 | 42.36 | - |
| YUV | 114.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 175 | 0 | 0.66 | 0.08 | 0.25 | 307.56 | 0.5 | 0.5 |
| Hex | BF | 40 | AF | 0 | 42 | 8 | 19 | 134 | 32 | 32 |
| Octal | 277 | 100 | 257 | 0 | 102 | 10 | 31 | 464 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10101111 | 0 | 1000010 | 1000 | 11001 | 100110100 | 110010 | 110010 |
Color Harmonies of #BF40AF
Complementary color
Monochromatic Colors of #BF40AF
Black with #BF40AF
Text Example
Text Example
White with #BF40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40AF; }
p { color: rgb(191,64,175); }
H1.HeaderClassName
{
color: #BF40AF;
}
.AnyTagClassName
{
color: #BF40AF;
}
</style>
background-color css
<style>
a { background-color: #BF40AF; }
a { background-color: rgb(191,64,175); }
div.DivClassName
{
background-color: #BF40AF;
}
.BgClassName
{
background-color: #BF40AF;
}
</style>
border-color css
<style>
span { border-color: #BF40AF; }
span { border-color: rgb(191,64,175); }
td.TdClassName
{
border-color: #BF40AF;
}
.TagClassName
{
border-color: #BF40AF;
}
</style>