Shades of Fuchsia #BF44C0
Tints of Fuchsia #BF44C0
RGB
CMYK
RGB Variations
Color information
#BF44C0 (or 0xBF44C0) is known color: Fuchsia. HEX triplet: BF, 44 and C0. RGB value is (191,68,192). Sum of RGB (Red+Green+Blue) = 191+68+192=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44C0 is #40BB3F. Grayscale: #767676. Windows color (decimal): -4242240 or 12600511. OLE color: 12600511.
HSL color Cylindrical-coordinate representation of color #BF44C0: hue angle of 299.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF44C0 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 192 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.25 |
| HSL | 299.52º | 0.5% | 0.51% | - |
| HSV(B) | 299.52º | 0.65% | 0.75% | - |
| XYZ | 33.07 | 19.02 | 51.8 | - |
| YUV | 118.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 192 | 0.01 | 0.65 | 0 | 0.25 | 299.52 | 0.5 | 0.51 |
| Hex | BF | 44 | C0 | 1 | 41 | 0 | 19 | 12C | 32 | 33 |
| Octal | 277 | 104 | 300 | 1 | 101 | 0 | 31 | 454 | 62 | 63 |
| Binary | 10111111 | 1000100 | 11000000 | 1 | 1000001 | 0 | 11001 | 100101100 | 110010 | 110011 |
Color Harmonies of #BF44C0
Complementary color
Monochromatic Colors of #BF44C0
Black with #BF44C0
Text Example
Text Example
White with #BF44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44C0; }
p { color: rgb(191,68,192); }
H1.HeaderClassName
{
color: #BF44C0;
}
.AnyTagClassName
{
color: #BF44C0;
}
</style>
background-color css
<style>
a { background-color: #BF44C0; }
a { background-color: rgb(191,68,192); }
div.DivClassName
{
background-color: #BF44C0;
}
.BgClassName
{
background-color: #BF44C0;
}
</style>
border-color css
<style>
span { border-color: #BF44C0; }
span { border-color: rgb(191,68,192); }
td.TdClassName
{
border-color: #BF44C0;
}
.TagClassName
{
border-color: #BF44C0;
}
</style>