Shades of Fuchsia #BF42C8
Tints of Fuchsia #BF42C8
RGB
CMYK
RGB Variations
Color information
#BF42C8 (or 0xBF42C8) is known color: Fuchsia. HEX triplet: BF, 42 and C8. RGB value is (191,66,200). Sum of RGB (Red+Green+Blue) = 191+66+200=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF42C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42C8 is #40BD37. Grayscale: #767676. Windows color (decimal): -4242744 or 13124287. OLE color: 13124287.
HSL color Cylindrical-coordinate representation of color #BF42C8: hue angle of 295.97º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF42C8 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 66 | 200 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.22 |
| HSL | 295.97º | 0.55% | 0.52% | - |
| HSV(B) | 295.97º | 0.67% | 0.78% | - |
| XYZ | 33.86 | 19.14 | 56.55 | - |
| YUV | 118.65 | 173.91 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 200 | 0.04 | 0.67 | 0 | 0.22 | 295.97 | 0.55 | 0.52 |
| Hex | BF | 42 | C8 | 4 | 43 | 0 | 16 | 128 | 37 | 34 |
| Octal | 277 | 102 | 310 | 4 | 103 | 0 | 26 | 450 | 67 | 64 |
| Binary | 10111111 | 1000010 | 11001000 | 100 | 1000011 | 0 | 10110 | 100101000 | 110111 | 110100 |
Color Harmonies of #BF42C8
Complementary color
Monochromatic Colors of #BF42C8
Black with #BF42C8
Text Example
Text Example
White with #BF42C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42C8; }
p { color: rgb(191,66,200); }
H1.HeaderClassName
{
color: #BF42C8;
}
.AnyTagClassName
{
color: #BF42C8;
}
</style>
background-color css
<style>
a { background-color: #BF42C8; }
a { background-color: rgb(191,66,200); }
div.DivClassName
{
background-color: #BF42C8;
}
.BgClassName
{
background-color: #BF42C8;
}
</style>
border-color css
<style>
span { border-color: #BF42C8; }
span { border-color: rgb(191,66,200); }
td.TdClassName
{
border-color: #BF42C8;
}
.TagClassName
{
border-color: #BF42C8;
}
</style>