Shades of Fuchsia #BF58C1
Tints of Fuchsia #BF58C1
RGB
CMYK
RGB Variations
Color information
#BF58C1 (or 0xBF58C1) is known color: Fuchsia. HEX triplet: BF, 58 and C1. RGB value is (191,88,193). Sum of RGB (Red+Green+Blue) = 191+88+193=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58C1 is #40A73E. Grayscale: #828282. Windows color (decimal): -4237119 or 12671167. OLE color: 12671167.
HSL color Cylindrical-coordinate representation of color #BF58C1: hue angle of 298.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF58C1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 88 | 193 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.24 |
| HSL | 298.86º | 0.46% | 0.55% | - |
| HSV(B) | 298.86º | 0.54% | 0.76% | - |
| XYZ | 34.6 | 21.91 | 52.86 | - |
| YUV | 130.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 193 | 0.01 | 0.54 | 0 | 0.24 | 298.86 | 0.46 | 0.55 |
| Hex | BF | 58 | C1 | 1 | 36 | 0 | 18 | 12B | 2E | 37 |
| Octal | 277 | 130 | 301 | 1 | 66 | 0 | 30 | 453 | 56 | 67 |
| Binary | 10111111 | 1011000 | 11000001 | 1 | 110110 | 0 | 11000 | 100101011 | 101110 | 110111 |
Color Harmonies of #BF58C1
Complementary color
Monochromatic Colors of #BF58C1
Black with #BF58C1
Text Example
Text Example
White with #BF58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58C1; }
p { color: rgb(191,88,193); }
H1.HeaderClassName
{
color: #BF58C1;
}
.AnyTagClassName
{
color: #BF58C1;
}
</style>
background-color css
<style>
a { background-color: #BF58C1; }
a { background-color: rgb(191,88,193); }
div.DivClassName
{
background-color: #BF58C1;
}
.BgClassName
{
background-color: #BF58C1;
}
</style>
border-color css
<style>
span { border-color: #BF58C1; }
span { border-color: rgb(191,88,193); }
td.TdClassName
{
border-color: #BF58C1;
}
.TagClassName
{
border-color: #BF58C1;
}
</style>