Shades of Fuchsia #BF4AB2
Tints of Fuchsia #BF4AB2
RGB
CMYK
RGB Variations
Color information
#BF4AB2 (or 0xBF4AB2) is known color: Fuchsia. HEX triplet: BF, 4A and B2. RGB value is (191,74,178). Sum of RGB (Red+Green+Blue) = 191+74+178=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AB2 is #40B54D. Grayscale: #787878. Windows color (decimal): -4240718 or 11684543. OLE color: 11684543.
HSL color Cylindrical-coordinate representation of color #BF4AB2: hue angle of 306.67º 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 #BF4AB2 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 178 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.25 |
| HSL | 306.67º | 0.48% | 0.52% | - |
| HSV(B) | 306.67º | 0.61% | 0.75% | - |
| XYZ | 31.97 | 19.19 | 44.14 | - |
| YUV | 120.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 178 | 0 | 0.61 | 0.07 | 0.25 | 306.67 | 0.48 | 0.52 |
| Hex | BF | 4A | B2 | 0 | 3D | 7 | 19 | 133 | 30 | 34 |
| Octal | 277 | 112 | 262 | 0 | 75 | 7 | 31 | 463 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10110010 | 0 | 111101 | 111 | 11001 | 100110011 | 110000 | 110100 |
Color Harmonies of #BF4AB2
Complementary color
Monochromatic Colors of #BF4AB2
Black with #BF4AB2
Text Example
Text Example
White with #BF4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AB2; }
p { color: rgb(191,74,178); }
H1.HeaderClassName
{
color: #BF4AB2;
}
.AnyTagClassName
{
color: #BF4AB2;
}
</style>
background-color css
<style>
a { background-color: #BF4AB2; }
a { background-color: rgb(191,74,178); }
div.DivClassName
{
background-color: #BF4AB2;
}
.BgClassName
{
background-color: #BF4AB2;
}
</style>
border-color css
<style>
span { border-color: #BF4AB2; }
span { border-color: rgb(191,74,178); }
td.TdClassName
{
border-color: #BF4AB2;
}
.TagClassName
{
border-color: #BF4AB2;
}
</style>