Shades of Fuchsia #BF3FC0
Tints of Fuchsia #BF3FC0
RGB
CMYK
RGB Variations
Color information
#BF3FC0 (or 0xBF3FC0) is known color: Fuchsia. HEX triplet: BF, 3F and C0. RGB value is (191,63,192). Sum of RGB (Red+Green+Blue) = 191+63+192=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF3FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FC0 is #40C03F. Grayscale: #737373. Windows color (decimal): -4243520 or 12599231. OLE color: 12599231.
HSL color Cylindrical-coordinate representation of color #BF3FC0: hue angle of 299.53º degrees, saturation: 0.51, 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 #BF3FC0 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 192 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.25 |
| HSL | 299.53º | 0.51% | 0.5% | - |
| HSV(B) | 299.53º | 0.67% | 0.75% | - |
| XYZ | 32.78 | 18.44 | 51.7 | - |
| YUV | 115.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 192 | 0.01 | 0.67 | 0 | 0.25 | 299.53 | 0.51 | 0.5 |
| Hex | BF | 3F | C0 | 1 | 43 | 0 | 19 | 12C | 33 | 32 |
| Octal | 277 | 77 | 300 | 1 | 103 | 0 | 31 | 454 | 63 | 62 |
| Binary | 10111111 | 111111 | 11000000 | 1 | 1000011 | 0 | 11001 | 100101100 | 110011 | 110010 |
Color Harmonies of #BF3FC0
Complementary color
Monochromatic Colors of #BF3FC0
Black with #BF3FC0
Text Example
Text Example
White with #BF3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FC0; }
p { color: rgb(191,63,192); }
H1.HeaderClassName
{
color: #BF3FC0;
}
.AnyTagClassName
{
color: #BF3FC0;
}
</style>
background-color css
<style>
a { background-color: #BF3FC0; }
a { background-color: rgb(191,63,192); }
div.DivClassName
{
background-color: #BF3FC0;
}
.BgClassName
{
background-color: #BF3FC0;
}
</style>
border-color css
<style>
span { border-color: #BF3FC0; }
span { border-color: rgb(191,63,192); }
td.TdClassName
{
border-color: #BF3FC0;
}
.TagClassName
{
border-color: #BF3FC0;
}
</style>