Shades of Fuchsia #BF42AB
Tints of Fuchsia #BF42AB
RGB
CMYK
RGB Variations
Color information
#BF42AB (or 0xBF42AB) is known color: Fuchsia. HEX triplet: BF, 42 and AB. RGB value is (191,66,171). Sum of RGB (Red+Green+Blue) = 191+66+171=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF42AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF42AB is #40BD54. Grayscale: #737373. Windows color (decimal): -4242773 or 11223743. OLE color: 11223743.
HSL color Cylindrical-coordinate representation of color #BF42AB: hue angle of 309.6º 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 #BF42AB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 171 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.25 |
| HSL | 309.6º | 0.49% | 0.5% | - |
| HSV(B) | 309.6º | 0.65% | 0.75% | - |
| XYZ | 30.78 | 17.91 | 40.36 | - |
| YUV | 115.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 171 | 0 | 0.65 | 0.10 | 0.25 | 309.6 | 0.49 | 0.5 |
| Hex | BF | 42 | AB | 0 | 41 | A | 19 | 136 | 31 | 32 |
| Octal | 277 | 102 | 253 | 0 | 101 | 12 | 31 | 466 | 61 | 62 |
| Binary | 10111111 | 1000010 | 10101011 | 0 | 1000001 | 1010 | 11001 | 100110110 | 110001 | 110010 |
Color Harmonies of #BF42AB
Complementary color
Monochromatic Colors of #BF42AB
Black with #BF42AB
Text Example
Text Example
White with #BF42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42AB; }
p { color: rgb(191,66,171); }
H1.HeaderClassName
{
color: #BF42AB;
}
.AnyTagClassName
{
color: #BF42AB;
}
</style>
background-color css
<style>
a { background-color: #BF42AB; }
a { background-color: rgb(191,66,171); }
div.DivClassName
{
background-color: #BF42AB;
}
.BgClassName
{
background-color: #BF42AB;
}
</style>
border-color css
<style>
span { border-color: #BF42AB; }
span { border-color: rgb(191,66,171); }
td.TdClassName
{
border-color: #BF42AB;
}
.TagClassName
{
border-color: #BF42AB;
}
</style>