Shades of Fuchsia #BF42B0
Tints of Fuchsia #BF42B0
RGB
CMYK
RGB Variations
Color information
#BF42B0 (or 0xBF42B0) is known color: Fuchsia. HEX triplet: BF, 42 and B0. RGB value is (191,66,176). Sum of RGB (Red+Green+Blue) = 191+66+176=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42B0 is #40BD4F. Grayscale: #737373. Windows color (decimal): -4242768 or 11551423. OLE color: 11551423.
HSL color Cylindrical-coordinate representation of color #BF42B0: hue angle of 307.2º 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 #BF42B0 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 176 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.25 |
| HSL | 307.2º | 0.49% | 0.5% | - |
| HSV(B) | 307.2º | 0.65% | 0.75% | - |
| XYZ | 31.27 | 18.11 | 42.92 | - |
| YUV | 115.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 176 | 0 | 0.65 | 0.08 | 0.25 | 307.2 | 0.49 | 0.5 |
| Hex | BF | 42 | B0 | 0 | 41 | 8 | 19 | 133 | 31 | 32 |
| Octal | 277 | 102 | 260 | 0 | 101 | 10 | 31 | 463 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10110000 | 0 | 1000001 | 1000 | 11001 | 100110011 | 110001 | 110010 |
Color Harmonies of #BF42B0
Complementary color
Monochromatic Colors of #BF42B0
Black with #BF42B0
Text Example
Text Example
White with #BF42B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42B0; }
p { color: rgb(191,66,176); }
H1.HeaderClassName
{
color: #BF42B0;
}
.AnyTagClassName
{
color: #BF42B0;
}
</style>
background-color css
<style>
a { background-color: #BF42B0; }
a { background-color: rgb(191,66,176); }
div.DivClassName
{
background-color: #BF42B0;
}
.BgClassName
{
background-color: #BF42B0;
}
</style>
border-color css
<style>
span { border-color: #BF42B0; }
span { border-color: rgb(191,66,176); }
td.TdClassName
{
border-color: #BF42B0;
}
.TagClassName
{
border-color: #BF42B0;
}
</style>