Shades of Fuchsia #BF3CC0
Tints of Fuchsia #BF3CC0
RGB
CMYK
RGB Variations
Color information
#BF3CC0 (or 0xBF3CC0) is known color: Fuchsia. HEX triplet: BF, 3C and C0. RGB value is (191,60,192). Sum of RGB (Red+Green+Blue) = 191+60+192=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CC0 is #40C33F. Grayscale: #717171. Windows color (decimal): -4244288 or 12598463. OLE color: 12598463.
HSL color Cylindrical-coordinate representation of color #BF3CC0: hue angle of 299.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3CC0 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 192 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.25 |
| HSL | 299.55º | 0.52% | 0.49% | - |
| HSV(B) | 299.55º | 0.69% | 0.75% | - |
| XYZ | 32.62 | 18.11 | 51.65 | - |
| YUV | 114.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 192 | 0.01 | 0.69 | 0 | 0.25 | 299.55 | 0.52 | 0.49 |
| Hex | BF | 3C | C0 | 1 | 45 | 0 | 19 | 12C | 34 | 31 |
| Octal | 277 | 74 | 300 | 1 | 105 | 0 | 31 | 454 | 64 | 61 |
| Binary | 10111111 | 111100 | 11000000 | 1 | 1000101 | 0 | 11001 | 100101100 | 110100 | 110001 |
Color Harmonies of #BF3CC0
Complementary color
Monochromatic Colors of #BF3CC0
Black with #BF3CC0
Text Example
Text Example
White with #BF3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CC0; }
p { color: rgb(191,60,192); }
H1.HeaderClassName
{
color: #BF3CC0;
}
.AnyTagClassName
{
color: #BF3CC0;
}
</style>
background-color css
<style>
a { background-color: #BF3CC0; }
a { background-color: rgb(191,60,192); }
div.DivClassName
{
background-color: #BF3CC0;
}
.BgClassName
{
background-color: #BF3CC0;
}
</style>
border-color css
<style>
span { border-color: #BF3CC0; }
span { border-color: rgb(191,60,192); }
td.TdClassName
{
border-color: #BF3CC0;
}
.TagClassName
{
border-color: #BF3CC0;
}
</style>