Shades of Fuchsia #BF40C9
Tints of Fuchsia #BF40C9
RGB
CMYK
RGB Variations
Color information
#BF40C9 (or 0xBF40C9) is known color: Fuchsia. HEX triplet: BF, 40 and C9. RGB value is (191,64,201). Sum of RGB (Red+Green+Blue) = 191+64+201=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C9 is #40BF36. Grayscale: #757575. Windows color (decimal): -4243255 or 13189311. OLE color: 13189311.
HSL color Cylindrical-coordinate representation of color #BF40C9: hue angle of 295.62º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF40C9 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 64 | 201 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.21 |
| HSL | 295.62º | 0.56% | 0.52% | - |
| HSV(B) | 295.62º | 0.68% | 0.79% | - |
| XYZ | 33.86 | 18.96 | 57.13 | - |
| YUV | 117.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 201 | 0.05 | 0.68 | 0 | 0.21 | 295.62 | 0.56 | 0.52 |
| Hex | BF | 40 | C9 | 5 | 44 | 0 | 15 | 128 | 38 | 34 |
| Octal | 277 | 100 | 311 | 5 | 104 | 0 | 25 | 450 | 70 | 64 |
| Binary | 10111111 | 1000000 | 11001001 | 101 | 1000100 | 0 | 10101 | 100101000 | 111000 | 110100 |
Color Harmonies of #BF40C9
Complementary color
Monochromatic Colors of #BF40C9
Black with #BF40C9
Text Example
Text Example
White with #BF40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40C9; }
p { color: rgb(191,64,201); }
H1.HeaderClassName
{
color: #BF40C9;
}
.AnyTagClassName
{
color: #BF40C9;
}
</style>
background-color css
<style>
a { background-color: #BF40C9; }
a { background-color: rgb(191,64,201); }
div.DivClassName
{
background-color: #BF40C9;
}
.BgClassName
{
background-color: #BF40C9;
}
</style>
border-color css
<style>
span { border-color: #BF40C9; }
span { border-color: rgb(191,64,201); }
td.TdClassName
{
border-color: #BF40C9;
}
.TagClassName
{
border-color: #BF40C9;
}
</style>