Shades of Fuchsia #BF53A8
Tints of Fuchsia #BF53A8
RGB
CMYK
RGB Variations
Color information
#BF53A8 (or 0xBF53A8) is known color: Fuchsia. HEX triplet: BF, 53 and A8. RGB value is (191,83,168). Sum of RGB (Red+Green+Blue) = 191+83+168=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF53A8 is #40AC57. Grayscale: #7C7C7C. Windows color (decimal): -4238424 or 11031487. OLE color: 11031487.
HSL color Cylindrical-coordinate representation of color #BF53A8: hue angle of 312.78º 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 #BF53A8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 168 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.25 |
| HSL | 312.78º | 0.46% | 0.54% | - |
| HSV(B) | 312.78º | 0.57% | 0.75% | - |
| XYZ | 31.65 | 20.09 | 39.26 | - |
| YUV | 124.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 168 | 0 | 0.57 | 0.12 | 0.25 | 312.78 | 0.46 | 0.54 |
| Hex | BF | 53 | A8 | 0 | 39 | C | 19 | 139 | 2E | 36 |
| Octal | 277 | 123 | 250 | 0 | 71 | 14 | 31 | 471 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10101000 | 0 | 111001 | 1100 | 11001 | 100111001 | 101110 | 110110 |
Color Harmonies of #BF53A8
Complementary color
Monochromatic Colors of #BF53A8
Black with #BF53A8
Text Example
Text Example
White with #BF53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53A8; }
p { color: rgb(191,83,168); }
H1.HeaderClassName
{
color: #BF53A8;
}
.AnyTagClassName
{
color: #BF53A8;
}
</style>
background-color css
<style>
a { background-color: #BF53A8; }
a { background-color: rgb(191,83,168); }
div.DivClassName
{
background-color: #BF53A8;
}
.BgClassName
{
background-color: #BF53A8;
}
</style>
border-color css
<style>
span { border-color: #BF53A8; }
span { border-color: rgb(191,83,168); }
td.TdClassName
{
border-color: #BF53A8;
}
.TagClassName
{
border-color: #BF53A8;
}
</style>