Shades of Fuchsia #BF53B1
Tints of Fuchsia #BF53B1
RGB
CMYK
RGB Variations
Color information
#BF53B1 (or 0xBF53B1) is known color: Fuchsia. HEX triplet: BF, 53 and B1. RGB value is (191,83,177). Sum of RGB (Red+Green+Blue) = 191+83+177=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF53B1 is #40AC4E. Grayscale: #7D7D7D. Windows color (decimal): -4238415 or 11621311. OLE color: 11621311.
HSL color Cylindrical-coordinate representation of color #BF53B1: hue angle of 307.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 #BF53B1 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 177 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.25 |
| HSL | 307.78º | 0.46% | 0.54% | - |
| HSV(B) | 307.78º | 0.57% | 0.75% | - |
| XYZ | 32.51 | 20.44 | 43.83 | - |
| YUV | 126.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 177 | 0 | 0.57 | 0.07 | 0.25 | 307.78 | 0.46 | 0.54 |
| Hex | BF | 53 | B1 | 0 | 39 | 7 | 19 | 134 | 2E | 36 |
| Octal | 277 | 123 | 261 | 0 | 71 | 7 | 31 | 464 | 56 | 66 |
| Binary | 10111111 | 1010011 | 10110001 | 0 | 111001 | 111 | 11001 | 100110100 | 101110 | 110110 |
Color Harmonies of #BF53B1
Complementary color
Monochromatic Colors of #BF53B1
Black with #BF53B1
Text Example
Text Example
White with #BF53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53B1; }
p { color: rgb(191,83,177); }
H1.HeaderClassName
{
color: #BF53B1;
}
.AnyTagClassName
{
color: #BF53B1;
}
</style>
background-color css
<style>
a { background-color: #BF53B1; }
a { background-color: rgb(191,83,177); }
div.DivClassName
{
background-color: #BF53B1;
}
.BgClassName
{
background-color: #BF53B1;
}
</style>
border-color css
<style>
span { border-color: #BF53B1; }
span { border-color: rgb(191,83,177); }
td.TdClassName
{
border-color: #BF53B1;
}
.TagClassName
{
border-color: #BF53B1;
}
</style>