Shades of Fuchsia #BF43A8
Tints of Fuchsia #BF43A8
RGB
CMYK
RGB Variations
Color information
#BF43A8 (or 0xBF43A8) is known color: Fuchsia. HEX triplet: BF, 43 and A8. RGB value is (191,67,168). Sum of RGB (Red+Green+Blue) = 191+67+168=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF43A8 is #40BC57. Grayscale: #737373. Windows color (decimal): -4242520 or 11027391. OLE color: 11027391.
HSL color Cylindrical-coordinate representation of color #BF43A8: hue angle of 311.13º degrees, saturation: 0.49, 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 #BF43A8 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 168 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.25 |
| HSL | 311.13º | 0.49% | 0.51% | - |
| HSV(B) | 311.13º | 0.65% | 0.75% | - |
| XYZ | 30.56 | 17.92 | 38.89 | - |
| YUV | 115.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 168 | 0 | 0.65 | 0.12 | 0.25 | 311.13 | 0.49 | 0.51 |
| Hex | BF | 43 | A8 | 0 | 41 | C | 19 | 137 | 31 | 33 |
| Octal | 277 | 103 | 250 | 0 | 101 | 14 | 31 | 467 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10101000 | 0 | 1000001 | 1100 | 11001 | 100110111 | 110001 | 110011 |
Color Harmonies of #BF43A8
Complementary color
Monochromatic Colors of #BF43A8
Black with #BF43A8
Text Example
Text Example
White with #BF43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43A8; }
p { color: rgb(191,67,168); }
H1.HeaderClassName
{
color: #BF43A8;
}
.AnyTagClassName
{
color: #BF43A8;
}
</style>
background-color css
<style>
a { background-color: #BF43A8; }
a { background-color: rgb(191,67,168); }
div.DivClassName
{
background-color: #BF43A8;
}
.BgClassName
{
background-color: #BF43A8;
}
</style>
border-color css
<style>
span { border-color: #BF43A8; }
span { border-color: rgb(191,67,168); }
td.TdClassName
{
border-color: #BF43A8;
}
.TagClassName
{
border-color: #BF43A8;
}
</style>