Shades of Fuchsia #BF4BA6
Tints of Fuchsia #BF4BA6
RGB
CMYK
RGB Variations
Color information
#BF4BA6 (or 0xBF4BA6) is known color: Fuchsia. HEX triplet: BF, 4B and A6. RGB value is (191,75,166). Sum of RGB (Red+Green+Blue) = 191+75+166=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4BA6 is #40B459. Grayscale: #777777. Windows color (decimal): -4240474 or 10898367. OLE color: 10898367.
HSL color Cylindrical-coordinate representation of color #BF4BA6: hue angle of 312.93º 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 #BF4BA6 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 166 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.25 |
| HSL | 312.93º | 0.48% | 0.52% | - |
| HSV(B) | 312.93º | 0.61% | 0.75% | - |
| XYZ | 30.88 | 18.86 | 38.09 | - |
| YUV | 120.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 166 | 0 | 0.61 | 0.13 | 0.25 | 312.93 | 0.48 | 0.52 |
| Hex | BF | 4B | A6 | 0 | 3D | D | 19 | 139 | 30 | 34 |
| Octal | 277 | 113 | 246 | 0 | 75 | 15 | 31 | 471 | 60 | 64 |
| Binary | 10111111 | 1001011 | 10100110 | 0 | 111101 | 1101 | 11001 | 100111001 | 110000 | 110100 |
Color Harmonies of #BF4BA6
Complementary color
Monochromatic Colors of #BF4BA6
Black with #BF4BA6
Text Example
Text Example
White with #BF4BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BA6; }
p { color: rgb(191,75,166); }
H1.HeaderClassName
{
color: #BF4BA6;
}
.AnyTagClassName
{
color: #BF4BA6;
}
</style>
background-color css
<style>
a { background-color: #BF4BA6; }
a { background-color: rgb(191,75,166); }
div.DivClassName
{
background-color: #BF4BA6;
}
.BgClassName
{
background-color: #BF4BA6;
}
</style>
border-color css
<style>
span { border-color: #BF4BA6; }
span { border-color: rgb(191,75,166); }
td.TdClassName
{
border-color: #BF4BA6;
}
.TagClassName
{
border-color: #BF4BA6;
}
</style>