Shades of Fuchsia #BF4AAB
Tints of Fuchsia #BF4AAB
RGB
CMYK
RGB Variations
Color information
#BF4AAB (or 0xBF4AAB) is known color: Fuchsia. HEX triplet: BF, 4A and AB. RGB value is (191,74,171). Sum of RGB (Red+Green+Blue) = 191+74+171=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AAB is #40B554. Grayscale: #777777. Windows color (decimal): -4240725 or 11225791. OLE color: 11225791.
HSL color Cylindrical-coordinate representation of color #BF4AAB: hue angle of 310.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4AAB is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 171 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.25 |
| HSL | 310.26º | 0.48% | 0.52% | - |
| HSV(B) | 310.26º | 0.61% | 0.75% | - |
| XYZ | 31.29 | 18.91 | 40.53 | - |
| YUV | 120.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 171 | 0 | 0.61 | 0.10 | 0.25 | 310.26 | 0.48 | 0.52 |
| Hex | BF | 4A | AB | 0 | 3D | A | 19 | 136 | 30 | 34 |
| Octal | 277 | 112 | 253 | 0 | 75 | 12 | 31 | 466 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10101011 | 0 | 111101 | 1010 | 11001 | 100110110 | 110000 | 110100 |
Color Harmonies of #BF4AAB
Complementary color
Monochromatic Colors of #BF4AAB
Black with #BF4AAB
Text Example
Text Example
White with #BF4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AAB; }
p { color: rgb(191,74,171); }
H1.HeaderClassName
{
color: #BF4AAB;
}
.AnyTagClassName
{
color: #BF4AAB;
}
</style>
background-color css
<style>
a { background-color: #BF4AAB; }
a { background-color: rgb(191,74,171); }
div.DivClassName
{
background-color: #BF4AAB;
}
.BgClassName
{
background-color: #BF4AAB;
}
</style>
border-color css
<style>
span { border-color: #BF4AAB; }
span { border-color: rgb(191,74,171); }
td.TdClassName
{
border-color: #BF4AAB;
}
.TagClassName
{
border-color: #BF4AAB;
}
</style>