Shades of Fuchsia #BF52A8
Tints of Fuchsia #BF52A8
RGB
CMYK
RGB Variations
Color information
#BF52A8 (or 0xBF52A8) is known color: Fuchsia. HEX triplet: BF, 52 and A8. RGB value is (191,82,168). Sum of RGB (Red+Green+Blue) = 191+82+168=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF52A8 is #40AD57. Grayscale: #7C7C7C. Windows color (decimal): -4238680 or 11031231. OLE color: 11031231.
HSL color Cylindrical-coordinate representation of color #BF52A8: hue angle of 312.66º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF52A8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 168 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.25 |
| HSL | 312.66º | 0.46% | 0.54% | - |
| HSV(B) | 312.66º | 0.57% | 0.75% | - |
| XYZ | 31.57 | 19.94 | 39.23 | - |
| YUV | 124.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 168 | 0 | 0.57 | 0.12 | 0.25 | 312.66 | 0.46 | 0.54 |
| Hex | BF | 52 | A8 | 0 | 39 | C | 19 | 139 | 2E | 36 |
| Octal | 277 | 122 | 250 | 0 | 71 | 14 | 31 | 471 | 56 | 66 |
| Binary | 10111111 | 1010010 | 10101000 | 0 | 111001 | 1100 | 11001 | 100111001 | 101110 | 110110 |
Color Harmonies of #BF52A8
Complementary color
Monochromatic Colors of #BF52A8
Black with #BF52A8
Text Example
Text Example
White with #BF52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52A8; }
p { color: rgb(191,82,168); }
H1.HeaderClassName
{
color: #BF52A8;
}
.AnyTagClassName
{
color: #BF52A8;
}
</style>
background-color css
<style>
a { background-color: #BF52A8; }
a { background-color: rgb(191,82,168); }
div.DivClassName
{
background-color: #BF52A8;
}
.BgClassName
{
background-color: #BF52A8;
}
</style>
border-color css
<style>
span { border-color: #BF52A8; }
span { border-color: rgb(191,82,168); }
td.TdClassName
{
border-color: #BF52A8;
}
.TagClassName
{
border-color: #BF52A8;
}
</style>