Shades of Fuchsia #BF4AB4
Tints of Fuchsia #BF4AB4
RGB
CMYK
RGB Variations
Color information
#BF4AB4 (or 0xBF4AB4) is known color: Fuchsia. HEX triplet: BF, 4A and B4. RGB value is (191,74,180). Sum of RGB (Red+Green+Blue) = 191+74+180=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AB4 is #40B54B. Grayscale: #787878. Windows color (decimal): -4240716 or 11815615. OLE color: 11815615.
HSL color Cylindrical-coordinate representation of color #BF4AB4: hue angle of 305.64º 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 #BF4AB4 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 180 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.25 |
| HSL | 305.64º | 0.48% | 0.52% | - |
| HSV(B) | 305.64º | 0.61% | 0.75% | - |
| XYZ | 32.17 | 19.27 | 45.2 | - |
| YUV | 121.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 180 | 0 | 0.61 | 0.06 | 0.25 | 305.64 | 0.48 | 0.52 |
| Hex | BF | 4A | B4 | 0 | 3D | 6 | 19 | 132 | 30 | 34 |
| Octal | 277 | 112 | 264 | 0 | 75 | 6 | 31 | 462 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10110100 | 0 | 111101 | 110 | 11001 | 100110010 | 110000 | 110100 |
Color Harmonies of #BF4AB4
Complementary color
Monochromatic Colors of #BF4AB4
Black with #BF4AB4
Text Example
Text Example
White with #BF4AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AB4; }
p { color: rgb(191,74,180); }
H1.HeaderClassName
{
color: #BF4AB4;
}
.AnyTagClassName
{
color: #BF4AB4;
}
</style>
background-color css
<style>
a { background-color: #BF4AB4; }
a { background-color: rgb(191,74,180); }
div.DivClassName
{
background-color: #BF4AB4;
}
.BgClassName
{
background-color: #BF4AB4;
}
</style>
border-color css
<style>
span { border-color: #BF4AB4; }
span { border-color: rgb(191,74,180); }
td.TdClassName
{
border-color: #BF4AB4;
}
.TagClassName
{
border-color: #BF4AB4;
}
</style>