Shades of Fuchsia #BF42B7
Tints of Fuchsia #BF42B7
RGB
CMYK
RGB Variations
Color information
#BF42B7 (or 0xBF42B7) is known color: Fuchsia. HEX triplet: BF, 42 and B7. RGB value is (191,66,183). Sum of RGB (Red+Green+Blue) = 191+66+183=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42B7 is #40BD48. Grayscale: #747474. Windows color (decimal): -4242761 or 12010175. OLE color: 12010175.
HSL color Cylindrical-coordinate representation of color #BF42B7: hue angle of 303.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF42B7 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 183 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.25 |
| HSL | 303.84º | 0.49% | 0.5% | - |
| HSV(B) | 303.84º | 0.65% | 0.75% | - |
| XYZ | 31.98 | 18.39 | 46.66 | - |
| YUV | 116.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 183 | 0 | 0.65 | 0.04 | 0.25 | 303.84 | 0.49 | 0.5 |
| Hex | BF | 42 | B7 | 0 | 41 | 4 | 19 | 130 | 31 | 32 |
| Octal | 277 | 102 | 267 | 0 | 101 | 4 | 31 | 460 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10110111 | 0 | 1000001 | 100 | 11001 | 100110000 | 110001 | 110010 |
Color Harmonies of #BF42B7
Complementary color
Monochromatic Colors of #BF42B7
Black with #BF42B7
Text Example
Text Example
White with #BF42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42B7; }
p { color: rgb(191,66,183); }
H1.HeaderClassName
{
color: #BF42B7;
}
.AnyTagClassName
{
color: #BF42B7;
}
</style>
background-color css
<style>
a { background-color: #BF42B7; }
a { background-color: rgb(191,66,183); }
div.DivClassName
{
background-color: #BF42B7;
}
.BgClassName
{
background-color: #BF42B7;
}
</style>
border-color css
<style>
span { border-color: #BF42B7; }
span { border-color: rgb(191,66,183); }
td.TdClassName
{
border-color: #BF42B7;
}
.TagClassName
{
border-color: #BF42B7;
}
</style>