Shades of Fuchsia #BF40C5
Tints of Fuchsia #BF40C5
RGB
CMYK
RGB Variations
Color information
#BF40C5 (or 0xBF40C5) is known color: Fuchsia. HEX triplet: BF, 40 and C5. RGB value is (191,64,197). Sum of RGB (Red+Green+Blue) = 191+64+197=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C5 is #40BF3A. Grayscale: #747474. Windows color (decimal): -4243259 or 12927167. OLE color: 12927167.
HSL color Cylindrical-coordinate representation of color #BF40C5: hue angle of 297.29º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF40C5 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 64 | 197 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.23 |
| HSL | 297.29º | 0.53% | 0.51% | - |
| HSV(B) | 297.29º | 0.68% | 0.77% | - |
| XYZ | 33.4 | 18.77 | 54.69 | - |
| YUV | 117.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 197 | 0.03 | 0.68 | 0 | 0.23 | 297.29 | 0.53 | 0.51 |
| Hex | BF | 40 | C5 | 3 | 44 | 0 | 17 | 129 | 35 | 33 |
| Octal | 277 | 100 | 305 | 3 | 104 | 0 | 27 | 451 | 65 | 63 |
| Binary | 10111111 | 1000000 | 11000101 | 11 | 1000100 | 0 | 10111 | 100101001 | 110101 | 110011 |
Color Harmonies of #BF40C5
Complementary color
Monochromatic Colors of #BF40C5
Black with #BF40C5
Text Example
Text Example
White with #BF40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40C5; }
p { color: rgb(191,64,197); }
H1.HeaderClassName
{
color: #BF40C5;
}
.AnyTagClassName
{
color: #BF40C5;
}
</style>
background-color css
<style>
a { background-color: #BF40C5; }
a { background-color: rgb(191,64,197); }
div.DivClassName
{
background-color: #BF40C5;
}
.BgClassName
{
background-color: #BF40C5;
}
</style>
border-color css
<style>
span { border-color: #BF40C5; }
span { border-color: rgb(191,64,197); }
td.TdClassName
{
border-color: #BF40C5;
}
.TagClassName
{
border-color: #BF40C5;
}
</style>