Shades of Fuchsia #BF42C5
Tints of Fuchsia #BF42C5
RGB
CMYK
RGB Variations
Color information
#BF42C5 (or 0xBF42C5) is known color: Fuchsia. HEX triplet: BF, 42 and C5. RGB value is (191,66,197). Sum of RGB (Red+Green+Blue) = 191+66+197=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF42C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42C5 is #40BD3A. Grayscale: #757575. Windows color (decimal): -4242747 or 12927679. OLE color: 12927679.
HSL color Cylindrical-coordinate representation of color #BF42C5: hue angle of 297.25º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF42C5 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 66 | 197 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.23 |
| HSL | 297.25º | 0.53% | 0.52% | - |
| HSV(B) | 297.25º | 0.66% | 0.77% | - |
| XYZ | 33.51 | 19 | 54.73 | - |
| YUV | 118.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 197 | 0.03 | 0.66 | 0 | 0.23 | 297.25 | 0.53 | 0.52 |
| Hex | BF | 42 | C5 | 3 | 42 | 0 | 17 | 129 | 35 | 34 |
| Octal | 277 | 102 | 305 | 3 | 102 | 0 | 27 | 451 | 65 | 64 |
| Binary | 10111111 | 1000010 | 11000101 | 11 | 1000010 | 0 | 10111 | 100101001 | 110101 | 110100 |
Color Harmonies of #BF42C5
Complementary color
Monochromatic Colors of #BF42C5
Black with #BF42C5
Text Example
Text Example
White with #BF42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42C5; }
p { color: rgb(191,66,197); }
H1.HeaderClassName
{
color: #BF42C5;
}
.AnyTagClassName
{
color: #BF42C5;
}
</style>
background-color css
<style>
a { background-color: #BF42C5; }
a { background-color: rgb(191,66,197); }
div.DivClassName
{
background-color: #BF42C5;
}
.BgClassName
{
background-color: #BF42C5;
}
</style>
border-color css
<style>
span { border-color: #BF42C5; }
span { border-color: rgb(191,66,197); }
td.TdClassName
{
border-color: #BF42C5;
}
.TagClassName
{
border-color: #BF42C5;
}
</style>