Shades of Fuchsia #BF41C0
Tints of Fuchsia #BF41C0
RGB
CMYK
RGB Variations
Color information
#BF41C0 (or 0xBF41C0) is known color: Fuchsia. HEX triplet: BF, 41 and C0. RGB value is (191,65,192). Sum of RGB (Red+Green+Blue) = 191+65+192=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF41C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41C0 is #40BE3F. Grayscale: #747474. Windows color (decimal): -4243008 or 12599743. OLE color: 12599743.
HSL color Cylindrical-coordinate representation of color #BF41C0: 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.66%. Process color model (Four color, CMYK) of #BF41C0 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 192 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.25 |
| HSL | 299.53º | 0.5% | 0.5% | - |
| HSV(B) | 299.53º | 0.66% | 0.75% | - |
| XYZ | 32.89 | 18.66 | 51.74 | - |
| YUV | 117.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 192 | 0.01 | 0.66 | 0 | 0.25 | 299.53 | 0.5 | 0.5 |
| Hex | BF | 41 | C0 | 1 | 42 | 0 | 19 | 12C | 32 | 32 |
| Octal | 277 | 101 | 300 | 1 | 102 | 0 | 31 | 454 | 62 | 62 |
| Binary | 10111111 | 1000001 | 11000000 | 1 | 1000010 | 0 | 11001 | 100101100 | 110010 | 110010 |
Color Harmonies of #BF41C0
Complementary color
Monochromatic Colors of #BF41C0
Black with #BF41C0
Text Example
Text Example
White with #BF41C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41C0; }
p { color: rgb(191,65,192); }
H1.HeaderClassName
{
color: #BF41C0;
}
.AnyTagClassName
{
color: #BF41C0;
}
</style>
background-color css
<style>
a { background-color: #BF41C0; }
a { background-color: rgb(191,65,192); }
div.DivClassName
{
background-color: #BF41C0;
}
.BgClassName
{
background-color: #BF41C0;
}
</style>
border-color css
<style>
span { border-color: #BF41C0; }
span { border-color: rgb(191,65,192); }
td.TdClassName
{
border-color: #BF41C0;
}
.TagClassName
{
border-color: #BF41C0;
}
</style>