Shades of Fuchsia #BF42B4
Tints of Fuchsia #BF42B4
RGB
CMYK
RGB Variations
Color information
#BF42B4 (or 0xBF42B4) is known color: Fuchsia. HEX triplet: BF, 42 and B4. RGB value is (191,66,180). Sum of RGB (Red+Green+Blue) = 191+66+180=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42B4 is #40BD4B. Grayscale: #747474. Windows color (decimal): -4242764 or 11813567. OLE color: 11813567.
HSL color Cylindrical-coordinate representation of color #BF42B4: hue angle of 305.28º 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 #BF42B4 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 180 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.25 |
| HSL | 305.28º | 0.49% | 0.5% | - |
| HSV(B) | 305.28º | 0.65% | 0.75% | - |
| XYZ | 31.67 | 18.27 | 45.04 | - |
| YUV | 116.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 180 | 0 | 0.65 | 0.06 | 0.25 | 305.28 | 0.49 | 0.5 |
| Hex | BF | 42 | B4 | 0 | 41 | 6 | 19 | 131 | 31 | 32 |
| Octal | 277 | 102 | 264 | 0 | 101 | 6 | 31 | 461 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10110100 | 0 | 1000001 | 110 | 11001 | 100110001 | 110001 | 110010 |
Color Harmonies of #BF42B4
Complementary color
Monochromatic Colors of #BF42B4
Black with #BF42B4
Text Example
Text Example
White with #BF42B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42B4; }
p { color: rgb(191,66,180); }
H1.HeaderClassName
{
color: #BF42B4;
}
.AnyTagClassName
{
color: #BF42B4;
}
</style>
background-color css
<style>
a { background-color: #BF42B4; }
a { background-color: rgb(191,66,180); }
div.DivClassName
{
background-color: #BF42B4;
}
.BgClassName
{
background-color: #BF42B4;
}
</style>
border-color css
<style>
span { border-color: #BF42B4; }
span { border-color: rgb(191,66,180); }
td.TdClassName
{
border-color: #BF42B4;
}
.TagClassName
{
border-color: #BF42B4;
}
</style>