Shades of Fuchsia #BF44A8
Tints of Fuchsia #BF44A8
RGB
CMYK
RGB Variations
Color information
#BF44A8 (or 0xBF44A8) is known color: Fuchsia. HEX triplet: BF, 44 and A8. RGB value is (191,68,168). Sum of RGB (Red+Green+Blue) = 191+68+168=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF44A8 is #40BB57. Grayscale: #737373. Windows color (decimal): -4242264 or 11027647. OLE color: 11027647.
HSL color Cylindrical-coordinate representation of color #BF44A8: hue angle of 311.22º 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 #BF44A8 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 168 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.25 |
| HSL | 311.22º | 0.49% | 0.51% | - |
| HSV(B) | 311.22º | 0.64% | 0.75% | - |
| XYZ | 30.62 | 18.04 | 38.91 | - |
| YUV | 116.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 168 | 0 | 0.64 | 0.12 | 0.25 | 311.22 | 0.49 | 0.51 |
| Hex | BF | 44 | A8 | 0 | 40 | C | 19 | 137 | 31 | 33 |
| Octal | 277 | 104 | 250 | 0 | 100 | 14 | 31 | 467 | 61 | 63 |
| Binary | 10111111 | 1000100 | 10101000 | 0 | 1000000 | 1100 | 11001 | 100110111 | 110001 | 110011 |
Color Harmonies of #BF44A8
Complementary color
Monochromatic Colors of #BF44A8
Black with #BF44A8
Text Example
Text Example
White with #BF44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44A8; }
p { color: rgb(191,68,168); }
H1.HeaderClassName
{
color: #BF44A8;
}
.AnyTagClassName
{
color: #BF44A8;
}
</style>
background-color css
<style>
a { background-color: #BF44A8; }
a { background-color: rgb(191,68,168); }
div.DivClassName
{
background-color: #BF44A8;
}
.BgClassName
{
background-color: #BF44A8;
}
</style>
border-color css
<style>
span { border-color: #BF44A8; }
span { border-color: rgb(191,68,168); }
td.TdClassName
{
border-color: #BF44A8;
}
.TagClassName
{
border-color: #BF44A8;
}
</style>