Shades of Fuchsia #BF4AAA
Tints of Fuchsia #BF4AAA
RGB
CMYK
RGB Variations
Color information
#BF4AAA (or 0xBF4AAA) is known color: Fuchsia. HEX triplet: BF, 4A and AA. RGB value is (191,74,170). Sum of RGB (Red+Green+Blue) = 191+74+170=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AAA is #40B555. Grayscale: #777777. Windows color (decimal): -4240726 or 11160255. OLE color: 11160255.
HSL color Cylindrical-coordinate representation of color #BF4AAA: hue angle of 310.77º 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 #BF4AAA is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 170 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.25 |
| HSL | 310.77º | 0.48% | 0.52% | - |
| HSV(B) | 310.77º | 0.61% | 0.75% | - |
| XYZ | 31.19 | 18.88 | 40.03 | - |
| YUV | 119.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 170 | 0 | 0.61 | 0.11 | 0.25 | 310.77 | 0.48 | 0.52 |
| Hex | BF | 4A | AA | 0 | 3D | B | 19 | 137 | 30 | 34 |
| Octal | 277 | 112 | 252 | 0 | 75 | 13 | 31 | 467 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10101010 | 0 | 111101 | 1011 | 11001 | 100110111 | 110000 | 110100 |
Color Harmonies of #BF4AAA
Complementary color
Monochromatic Colors of #BF4AAA
Black with #BF4AAA
Text Example
Text Example
White with #BF4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AAA; }
p { color: rgb(191,74,170); }
H1.HeaderClassName
{
color: #BF4AAA;
}
.AnyTagClassName
{
color: #BF4AAA;
}
</style>
background-color css
<style>
a { background-color: #BF4AAA; }
a { background-color: rgb(191,74,170); }
div.DivClassName
{
background-color: #BF4AAA;
}
.BgClassName
{
background-color: #BF4AAA;
}
</style>
border-color css
<style>
span { border-color: #BF4AAA; }
span { border-color: rgb(191,74,170); }
td.TdClassName
{
border-color: #BF4AAA;
}
.TagClassName
{
border-color: #BF4AAA;
}
</style>