Shades of Fuchsia #BF4FC0
Tints of Fuchsia #BF4FC0
RGB
CMYK
RGB Variations
Color information
#BF4FC0 (or 0xBF4FC0) is known color: Fuchsia. HEX triplet: BF, 4F and C0. RGB value is (191,79,192). Sum of RGB (Red+Green+Blue) = 191+79+192=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF4FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FC0 is #40B03F. Grayscale: #7D7D7D. Windows color (decimal): -4239424 or 12603327. OLE color: 12603327.
HSL color Cylindrical-coordinate representation of color #BF4FC0: hue angle of 299.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4FC0 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 192 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.25 |
| HSL | 299.47º | 0.47% | 0.53% | - |
| HSV(B) | 299.47º | 0.59% | 0.75% | - |
| XYZ | 33.8 | 20.47 | 52.04 | - |
| YUV | 125.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 192 | 0.01 | 0.59 | 0 | 0.25 | 299.47 | 0.47 | 0.53 |
| Hex | BF | 4F | C0 | 1 | 3B | 0 | 19 | 12B | 2F | 35 |
| Octal | 277 | 117 | 300 | 1 | 73 | 0 | 31 | 453 | 57 | 65 |
| Binary | 10111111 | 1001111 | 11000000 | 1 | 111011 | 0 | 11001 | 100101011 | 101111 | 110101 |
Color Harmonies of #BF4FC0
Complementary color
Monochromatic Colors of #BF4FC0
Black with #BF4FC0
Text Example
Text Example
White with #BF4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FC0; }
p { color: rgb(191,79,192); }
H1.HeaderClassName
{
color: #BF4FC0;
}
.AnyTagClassName
{
color: #BF4FC0;
}
</style>
background-color css
<style>
a { background-color: #BF4FC0; }
a { background-color: rgb(191,79,192); }
div.DivClassName
{
background-color: #BF4FC0;
}
.BgClassName
{
background-color: #BF4FC0;
}
</style>
border-color css
<style>
span { border-color: #BF4FC0; }
span { border-color: rgb(191,79,192); }
td.TdClassName
{
border-color: #BF4FC0;
}
.TagClassName
{
border-color: #BF4FC0;
}
</style>