Shades of Fuchsia #BF44BB
Tints of Fuchsia #BF44BB
RGB
CMYK
RGB Variations
Color information
#BF44BB (or 0xBF44BB) is known color: Fuchsia. HEX triplet: BF, 44 and BB. RGB value is (191,68,187). Sum of RGB (Red+Green+Blue) = 191+68+187=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44BB is #40BB44. Grayscale: #757575. Windows color (decimal): -4242245 or 12272831. OLE color: 12272831.
HSL color Cylindrical-coordinate representation of color #BF44BB: hue angle of 301.95º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF44BB is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 187 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.25 |
| HSL | 301.95º | 0.49% | 0.51% | - |
| HSV(B) | 301.95º | 0.64% | 0.75% | - |
| XYZ | 32.52 | 18.8 | 48.93 | - |
| YUV | 118.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 187 | 0 | 0.64 | 0.02 | 0.25 | 301.95 | 0.49 | 0.51 |
| Hex | BF | 44 | BB | 0 | 40 | 2 | 19 | 12E | 31 | 33 |
| Octal | 277 | 104 | 273 | 0 | 100 | 2 | 31 | 456 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10111011 | 0 | 1000000 | 10 | 11001 | 100101110 | 110001 | 110011 |
Color Harmonies of #BF44BB
Complementary color
Monochromatic Colors of #BF44BB
Black with #BF44BB
Text Example
Text Example
White with #BF44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44BB; }
p { color: rgb(191,68,187); }
H1.HeaderClassName
{
color: #BF44BB;
}
.AnyTagClassName
{
color: #BF44BB;
}
</style>
background-color css
<style>
a { background-color: #BF44BB; }
a { background-color: rgb(191,68,187); }
div.DivClassName
{
background-color: #BF44BB;
}
.BgClassName
{
background-color: #BF44BB;
}
</style>
border-color css
<style>
span { border-color: #BF44BB; }
span { border-color: rgb(191,68,187); }
td.TdClassName
{
border-color: #BF44BB;
}
.TagClassName
{
border-color: #BF44BB;
}
</style>