Shades of Fuchsia #BF44B7
Tints of Fuchsia #BF44B7
RGB
CMYK
RGB Variations
Color information
#BF44B7 (or 0xBF44B7) is known color: Fuchsia. HEX triplet: BF, 44 and B7. RGB value is (191,68,183). Sum of RGB (Red+Green+Blue) = 191+68+183=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44B7 is #40BB48. Grayscale: #757575. Windows color (decimal): -4242249 or 12010687. OLE color: 12010687.
HSL color Cylindrical-coordinate representation of color #BF44B7: hue angle of 303.9º 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 #BF44B7 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 183 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.25 |
| HSL | 303.9º | 0.49% | 0.51% | - |
| HSV(B) | 303.9º | 0.64% | 0.75% | - |
| XYZ | 32.1 | 18.63 | 46.7 | - |
| YUV | 117.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 183 | 0 | 0.64 | 0.04 | 0.25 | 303.9 | 0.49 | 0.51 |
| Hex | BF | 44 | B7 | 0 | 40 | 4 | 19 | 130 | 31 | 33 |
| Octal | 277 | 104 | 267 | 0 | 100 | 4 | 31 | 460 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10110111 | 0 | 1000000 | 100 | 11001 | 100110000 | 110001 | 110011 |
Color Harmonies of #BF44B7
Complementary color
Monochromatic Colors of #BF44B7
Black with #BF44B7
Text Example
Text Example
White with #BF44B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44B7; }
p { color: rgb(191,68,183); }
H1.HeaderClassName
{
color: #BF44B7;
}
.AnyTagClassName
{
color: #BF44B7;
}
</style>
background-color css
<style>
a { background-color: #BF44B7; }
a { background-color: rgb(191,68,183); }
div.DivClassName
{
background-color: #BF44B7;
}
.BgClassName
{
background-color: #BF44B7;
}
</style>
border-color css
<style>
span { border-color: #BF44B7; }
span { border-color: rgb(191,68,183); }
td.TdClassName
{
border-color: #BF44B7;
}
.TagClassName
{
border-color: #BF44B7;
}
</style>