Shades of Fuchsia #BF46A8
Tints of Fuchsia #BF46A8
RGB
CMYK
RGB Variations
Color information
#BF46A8 (or 0xBF46A8) is known color: Fuchsia. HEX triplet: BF, 46 and A8. RGB value is (191,70,168). Sum of RGB (Red+Green+Blue) = 191+70+168=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF46A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF46A8 is #40B957. Grayscale: #757575. Windows color (decimal): -4241752 or 11028159. OLE color: 11028159.
HSL color Cylindrical-coordinate representation of color #BF46A8: hue angle of 311.4º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF46A8 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 168 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.25 |
| HSL | 311.41º | 0.49% | 0.51% | - |
| HSV(B) | 311.41º | 0.63% | 0.75% | - |
| XYZ | 30.74 | 18.28 | 38.95 | - |
| YUV | 117.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 168 | 0 | 0.63 | 0.12 | 0.25 | 311.41 | 0.49 | 0.51 |
| Hex | BF | 46 | A8 | 0 | 3F | C | 19 | 137 | 31 | 33 |
| Octal | 277 | 106 | 250 | 0 | 77 | 14 | 31 | 467 | 61 | 63 |
| Binary | 10111111 | 1000110 | 10101000 | 0 | 111111 | 1100 | 11001 | 100110111 | 110001 | 110011 |
Color Harmonies of #BF46A8
Complementary color
Monochromatic Colors of #BF46A8
Black with #BF46A8
Text Example
Text Example
White with #BF46A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF46A8; }
p { color: rgb(191,70,168); }
H1.HeaderClassName
{
color: #BF46A8;
}
.AnyTagClassName
{
color: #BF46A8;
}
</style>
background-color css
<style>
a { background-color: #BF46A8; }
a { background-color: rgb(191,70,168); }
div.DivClassName
{
background-color: #BF46A8;
}
.BgClassName
{
background-color: #BF46A8;
}
</style>
border-color css
<style>
span { border-color: #BF46A8; }
span { border-color: rgb(191,70,168); }
td.TdClassName
{
border-color: #BF46A8;
}
.TagClassName
{
border-color: #BF46A8;
}
</style>