Shades of Fuchsia #BF53C5
Tints of Fuchsia #BF53C5
RGB
CMYK
RGB Variations
Color information
#BF53C5 (or 0xBF53C5) is known color: Fuchsia. HEX triplet: BF, 53 and C5. RGB value is (191,83,197). Sum of RGB (Red+Green+Blue) = 191+83+197=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53C5 is #40AC3A. Grayscale: #7F7F7F. Windows color (decimal): -4238395 or 12932031. OLE color: 12932031.
HSL color Cylindrical-coordinate representation of color #BF53C5: hue angle of 296.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF53C5 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 83 | 197 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.23 |
| HSL | 296.84º | 0.5% | 0.55% | - |
| HSV(B) | 296.84º | 0.58% | 0.77% | - |
| XYZ | 34.66 | 21.29 | 55.11 | - |
| YUV | 128.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 197 | 0.03 | 0.58 | 0 | 0.23 | 296.84 | 0.5 | 0.55 |
| Hex | BF | 53 | C5 | 3 | 3A | 0 | 17 | 129 | 32 | 37 |
| Octal | 277 | 123 | 305 | 3 | 72 | 0 | 27 | 451 | 62 | 67 |
| Binary | 10111111 | 1010011 | 11000101 | 11 | 111010 | 0 | 10111 | 100101001 | 110010 | 110111 |
Color Harmonies of #BF53C5
Complementary color
Monochromatic Colors of #BF53C5
Black with #BF53C5
Text Example
Text Example
White with #BF53C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53C5; }
p { color: rgb(191,83,197); }
H1.HeaderClassName
{
color: #BF53C5;
}
.AnyTagClassName
{
color: #BF53C5;
}
</style>
background-color css
<style>
a { background-color: #BF53C5; }
a { background-color: rgb(191,83,197); }
div.DivClassName
{
background-color: #BF53C5;
}
.BgClassName
{
background-color: #BF53C5;
}
</style>
border-color css
<style>
span { border-color: #BF53C5; }
span { border-color: rgb(191,83,197); }
td.TdClassName
{
border-color: #BF53C5;
}
.TagClassName
{
border-color: #BF53C5;
}
</style>