Shades of Fuchsia #BF40C0
Tints of Fuchsia #BF40C0
RGB
CMYK
RGB Variations
Color information
#BF40C0 (or 0xBF40C0) is known color: Fuchsia. HEX triplet: BF, 40 and C0. RGB value is (191,64,192). Sum of RGB (Red+Green+Blue) = 191+64+192=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C0 is #40BF3F. Grayscale: #747474. Windows color (decimal): -4243264 or 12599487. OLE color: 12599487.
HSL color Cylindrical-coordinate representation of color #BF40C0: hue angle of 299.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF40C0 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 192 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.25 |
| HSL | 299.53º | 0.5% | 0.5% | - |
| HSV(B) | 299.53º | 0.67% | 0.75% | - |
| XYZ | 32.83 | 18.55 | 51.72 | - |
| YUV | 116.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 192 | 0.01 | 0.67 | 0 | 0.25 | 299.53 | 0.5 | 0.5 |
| Hex | BF | 40 | C0 | 1 | 43 | 0 | 19 | 12C | 32 | 32 |
| Octal | 277 | 100 | 300 | 1 | 103 | 0 | 31 | 454 | 62 | 62 |
| Binary | 10111111 | 1000000 | 11000000 | 1 | 1000011 | 0 | 11001 | 100101100 | 110010 | 110010 |
Color Harmonies of #BF40C0
Complementary color
Monochromatic Colors of #BF40C0
Black with #BF40C0
Text Example
Text Example
White with #BF40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40C0; }
p { color: rgb(191,64,192); }
H1.HeaderClassName
{
color: #BF40C0;
}
.AnyTagClassName
{
color: #BF40C0;
}
</style>
background-color css
<style>
a { background-color: #BF40C0; }
a { background-color: rgb(191,64,192); }
div.DivClassName
{
background-color: #BF40C0;
}
.BgClassName
{
background-color: #BF40C0;
}
</style>
border-color css
<style>
span { border-color: #BF40C0; }
span { border-color: rgb(191,64,192); }
td.TdClassName
{
border-color: #BF40C0;
}
.TagClassName
{
border-color: #BF40C0;
}
</style>