Shades of Fuchsia #BF40B5
Tints of Fuchsia #BF40B5
RGB
CMYK
RGB Variations
Color information
#BF40B5 (or 0xBF40B5) is known color: Fuchsia. HEX triplet: BF, 40 and B5. RGB value is (191,64,181). Sum of RGB (Red+Green+Blue) = 191+64+181=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40B5 is #40BF4A. Grayscale: #727272. Windows color (decimal): -4243275 or 11878591. OLE color: 11878591.
HSL color Cylindrical-coordinate representation of color #BF40B5: hue angle of 304.72º 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 #BF40B5 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 181 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.25 |
| HSL | 304.72º | 0.5% | 0.5% | - |
| HSV(B) | 304.72º | 0.66% | 0.75% | - |
| XYZ | 31.66 | 18.08 | 45.54 | - |
| YUV | 115.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 181 | 0 | 0.66 | 0.05 | 0.25 | 304.72 | 0.5 | 0.5 |
| Hex | BF | 40 | B5 | 0 | 42 | 5 | 19 | 131 | 32 | 32 |
| Octal | 277 | 100 | 265 | 0 | 102 | 5 | 31 | 461 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10110101 | 0 | 1000010 | 101 | 11001 | 100110001 | 110010 | 110010 |
Color Harmonies of #BF40B5
Complementary color
Monochromatic Colors of #BF40B5
Black with #BF40B5
Text Example
Text Example
White with #BF40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40B5; }
p { color: rgb(191,64,181); }
H1.HeaderClassName
{
color: #BF40B5;
}
.AnyTagClassName
{
color: #BF40B5;
}
</style>
background-color css
<style>
a { background-color: #BF40B5; }
a { background-color: rgb(191,64,181); }
div.DivClassName
{
background-color: #BF40B5;
}
.BgClassName
{
background-color: #BF40B5;
}
</style>
border-color css
<style>
span { border-color: #BF40B5; }
span { border-color: rgb(191,64,181); }
td.TdClassName
{
border-color: #BF40B5;
}
.TagClassName
{
border-color: #BF40B5;
}
</style>