Shades of Fuchsia #BF2DC5
Tints of Fuchsia #BF2DC5
RGB
CMYK
RGB Variations
Color information
#BF2DC5 (or 0xBF2DC5) is known color: Fuchsia. HEX triplet: BF, 2D and C5. RGB value is (191,45,197). Sum of RGB (Red+Green+Blue) = 191+45+197=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DC5 is #40D23A. Grayscale: #696969. Windows color (decimal): -4248123 or 12922303. OLE color: 12922303.
HSL color Cylindrical-coordinate representation of color #BF2DC5: hue angle of 297.63º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2DC5 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 45 | 197 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.23 |
| HSL | 297.63º | 0.63% | 0.47% | - |
| HSV(B) | 297.63º | 0.77% | 0.77% | - |
| XYZ | 32.5 | 16.98 | 54.39 | - |
| YUV | 105.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 197 | 0.03 | 0.77 | 0 | 0.23 | 297.63 | 0.63 | 0.47 |
| Hex | BF | 2D | C5 | 3 | 4D | 0 | 17 | 12A | 3F | 2F |
| Octal | 277 | 55 | 305 | 3 | 115 | 0 | 27 | 452 | 77 | 57 |
| Binary | 10111111 | 101101 | 11000101 | 11 | 1001101 | 0 | 10111 | 100101010 | 111111 | 101111 |
Color Harmonies of #BF2DC5
Complementary color
Monochromatic Colors of #BF2DC5
Black with #BF2DC5
Text Example
Text Example
White with #BF2DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DC5; }
p { color: rgb(191,45,197); }
H1.HeaderClassName
{
color: #BF2DC5;
}
.AnyTagClassName
{
color: #BF2DC5;
}
</style>
background-color css
<style>
a { background-color: #BF2DC5; }
a { background-color: rgb(191,45,197); }
div.DivClassName
{
background-color: #BF2DC5;
}
.BgClassName
{
background-color: #BF2DC5;
}
</style>
border-color css
<style>
span { border-color: #BF2DC5; }
span { border-color: rgb(191,45,197); }
td.TdClassName
{
border-color: #BF2DC5;
}
.TagClassName
{
border-color: #BF2DC5;
}
</style>