Shades of Fuchsia #BF4CC0
Tints of Fuchsia #BF4CC0
RGB
CMYK
RGB Variations
Color information
#BF4CC0 (or 0xBF4CC0) is known color: Fuchsia. HEX triplet: BF, 4C and C0. RGB value is (191,76,192). Sum of RGB (Red+Green+Blue) = 191+76+192=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CC0 is #40B33F. Grayscale: #7B7B7B. Windows color (decimal): -4240192 or 12602559. OLE color: 12602559.
HSL color Cylindrical-coordinate representation of color #BF4CC0: hue angle of 299.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CC0 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 192 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.25 |
| HSL | 299.48º | 0.48% | 0.53% | - |
| HSV(B) | 299.48º | 0.6% | 0.75% | - |
| XYZ | 33.58 | 20.05 | 51.97 | - |
| YUV | 123.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 192 | 0.01 | 0.60 | 0 | 0.25 | 299.48 | 0.48 | 0.53 |
| Hex | BF | 4C | C0 | 1 | 3C | 0 | 19 | 12B | 30 | 35 |
| Octal | 277 | 114 | 300 | 1 | 74 | 0 | 31 | 453 | 60 | 65 |
| Binary | 10111111 | 1001100 | 11000000 | 1 | 111100 | 0 | 11001 | 100101011 | 110000 | 110101 |
Color Harmonies of #BF4CC0
Complementary color
Monochromatic Colors of #BF4CC0
Black with #BF4CC0
Text Example
Text Example
White with #BF4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CC0; }
p { color: rgb(191,76,192); }
H1.HeaderClassName
{
color: #BF4CC0;
}
.AnyTagClassName
{
color: #BF4CC0;
}
</style>
background-color css
<style>
a { background-color: #BF4CC0; }
a { background-color: rgb(191,76,192); }
div.DivClassName
{
background-color: #BF4CC0;
}
.BgClassName
{
background-color: #BF4CC0;
}
</style>
border-color css
<style>
span { border-color: #BF4CC0; }
span { border-color: rgb(191,76,192); }
td.TdClassName
{
border-color: #BF4CC0;
}
.TagClassName
{
border-color: #BF4CC0;
}
</style>