Shades of Fuchsia #BF53C1
Tints of Fuchsia #BF53C1
RGB
CMYK
RGB Variations
Color information
#BF53C1 (or 0xBF53C1) is known color: Fuchsia. HEX triplet: BF, 53 and C1. RGB value is (191,83,193). Sum of RGB (Red+Green+Blue) = 191+83+193=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53C1 is #40AC3E. Grayscale: #7F7F7F. Windows color (decimal): -4238399 or 12669887. OLE color: 12669887.
HSL color Cylindrical-coordinate representation of color #BF53C1: hue angle of 298.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF53C1 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 83 | 193 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.24 |
| HSL | 298.91º | 0.47% | 0.54% | - |
| HSV(B) | 298.91º | 0.57% | 0.76% | - |
| XYZ | 34.2 | 21.11 | 52.72 | - |
| YUV | 127.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 193 | 0.01 | 0.57 | 0 | 0.24 | 298.91 | 0.47 | 0.54 |
| Hex | BF | 53 | C1 | 1 | 39 | 0 | 18 | 12B | 2F | 36 |
| Octal | 277 | 123 | 301 | 1 | 71 | 0 | 30 | 453 | 57 | 66 |
| Binary | 10111111 | 1010011 | 11000001 | 1 | 111001 | 0 | 11000 | 100101011 | 101111 | 110110 |
Color Harmonies of #BF53C1
Complementary color
Monochromatic Colors of #BF53C1
Black with #BF53C1
Text Example
Text Example
White with #BF53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53C1; }
p { color: rgb(191,83,193); }
H1.HeaderClassName
{
color: #BF53C1;
}
.AnyTagClassName
{
color: #BF53C1;
}
</style>
background-color css
<style>
a { background-color: #BF53C1; }
a { background-color: rgb(191,83,193); }
div.DivClassName
{
background-color: #BF53C1;
}
.BgClassName
{
background-color: #BF53C1;
}
</style>
border-color css
<style>
span { border-color: #BF53C1; }
span { border-color: rgb(191,83,193); }
td.TdClassName
{
border-color: #BF53C1;
}
.TagClassName
{
border-color: #BF53C1;
}
</style>