Shades of Fuchsia #BF40C6
Tints of Fuchsia #BF40C6
RGB
CMYK
RGB Variations
Color information
#BF40C6 (or 0xBF40C6) is known color: Fuchsia. HEX triplet: BF, 40 and C6. RGB value is (191,64,198). Sum of RGB (Red+Green+Blue) = 191+64+198=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C6 is #40BF39. Grayscale: #747474. Windows color (decimal): -4243258 or 12992703. OLE color: 12992703.
HSL color Cylindrical-coordinate representation of color #BF40C6: hue angle of 296.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF40C6 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 64 | 198 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.22 |
| HSL | 296.87º | 0.54% | 0.51% | - |
| HSV(B) | 296.87º | 0.68% | 0.78% | - |
| XYZ | 33.51 | 18.82 | 55.29 | - |
| YUV | 117.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 198 | 0.04 | 0.68 | 0 | 0.22 | 296.87 | 0.54 | 0.51 |
| Hex | BF | 40 | C6 | 4 | 44 | 0 | 16 | 129 | 36 | 33 |
| Octal | 277 | 100 | 306 | 4 | 104 | 0 | 26 | 451 | 66 | 63 |
| Binary | 10111111 | 1000000 | 11000110 | 100 | 1000100 | 0 | 10110 | 100101001 | 110110 | 110011 |
Color Harmonies of #BF40C6
Complementary color
Monochromatic Colors of #BF40C6
Black with #BF40C6
Text Example
Text Example
White with #BF40C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40C6; }
p { color: rgb(191,64,198); }
H1.HeaderClassName
{
color: #BF40C6;
}
.AnyTagClassName
{
color: #BF40C6;
}
</style>
background-color css
<style>
a { background-color: #BF40C6; }
a { background-color: rgb(191,64,198); }
div.DivClassName
{
background-color: #BF40C6;
}
.BgClassName
{
background-color: #BF40C6;
}
</style>
border-color css
<style>
span { border-color: #BF40C6; }
span { border-color: rgb(191,64,198); }
td.TdClassName
{
border-color: #BF40C6;
}
.TagClassName
{
border-color: #BF40C6;
}
</style>