Shades of Fuchsia #BF4CBA
Tints of Fuchsia #BF4CBA
RGB
CMYK
RGB Variations
Color information
#BF4CBA (or 0xBF4CBA) is known color: Fuchsia. HEX triplet: BF, 4C and BA. RGB value is (191,76,186). Sum of RGB (Red+Green+Blue) = 191+76+186=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CBA is #40B345. Grayscale: #7A7A7A. Windows color (decimal): -4240198 or 12209343. OLE color: 12209343.
HSL color Cylindrical-coordinate representation of color #BF4CBA: hue angle of 302.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CBA is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 186 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.25 |
| HSL | 302.61º | 0.47% | 0.52% | - |
| HSV(B) | 302.61º | 0.6% | 0.75% | - |
| XYZ | 32.93 | 19.79 | 48.54 | - |
| YUV | 122.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 186 | 0 | 0.60 | 0.03 | 0.25 | 302.61 | 0.47 | 0.52 |
| Hex | BF | 4C | BA | 0 | 3C | 3 | 19 | 12F | 2F | 34 |
| Octal | 277 | 114 | 272 | 0 | 74 | 3 | 31 | 457 | 57 | 64 |
| Binary | 10111111 | 1001100 | 10111010 | 0 | 111100 | 11 | 11001 | 100101111 | 101111 | 110100 |
Color Harmonies of #BF4CBA
Complementary color
Monochromatic Colors of #BF4CBA
Black with #BF4CBA
Text Example
Text Example
White with #BF4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CBA; }
p { color: rgb(191,76,186); }
H1.HeaderClassName
{
color: #BF4CBA;
}
.AnyTagClassName
{
color: #BF4CBA;
}
</style>
background-color css
<style>
a { background-color: #BF4CBA; }
a { background-color: rgb(191,76,186); }
div.DivClassName
{
background-color: #BF4CBA;
}
.BgClassName
{
background-color: #BF4CBA;
}
</style>
border-color css
<style>
span { border-color: #BF4CBA; }
span { border-color: rgb(191,76,186); }
td.TdClassName
{
border-color: #BF4CBA;
}
.TagClassName
{
border-color: #BF4CBA;
}
</style>