Shades of Fuchsia #BF4ABC
Tints of Fuchsia #BF4ABC
RGB
CMYK
RGB Variations
Color information
#BF4ABC (or 0xBF4ABC) is known color: Fuchsia. HEX triplet: BF, 4A and BC. RGB value is (191,74,188). Sum of RGB (Red+Green+Blue) = 191+74+188=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ABC is #40B543. Grayscale: #797979. Windows color (decimal): -4240708 or 12339903. OLE color: 12339903.
HSL color Cylindrical-coordinate representation of color #BF4ABC: hue angle of 301.54º 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 #BF4ABC is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 188 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.25 |
| HSL | 301.54º | 0.48% | 0.52% | - |
| HSV(B) | 301.54º | 0.61% | 0.75% | - |
| XYZ | 33.01 | 19.6 | 49.62 | - |
| YUV | 121.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 188 | 0 | 0.61 | 0.02 | 0.25 | 301.54 | 0.48 | 0.52 |
| Hex | BF | 4A | BC | 0 | 3D | 2 | 19 | 12E | 30 | 34 |
| Octal | 277 | 112 | 274 | 0 | 75 | 2 | 31 | 456 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10111100 | 0 | 111101 | 10 | 11001 | 100101110 | 110000 | 110100 |
Color Harmonies of #BF4ABC
Complementary color
Monochromatic Colors of #BF4ABC
Black with #BF4ABC
Text Example
Text Example
White with #BF4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ABC; }
p { color: rgb(191,74,188); }
H1.HeaderClassName
{
color: #BF4ABC;
}
.AnyTagClassName
{
color: #BF4ABC;
}
</style>
background-color css
<style>
a { background-color: #BF4ABC; }
a { background-color: rgb(191,74,188); }
div.DivClassName
{
background-color: #BF4ABC;
}
.BgClassName
{
background-color: #BF4ABC;
}
</style>
border-color css
<style>
span { border-color: #BF4ABC; }
span { border-color: rgb(191,74,188); }
td.TdClassName
{
border-color: #BF4ABC;
}
.TagClassName
{
border-color: #BF4ABC;
}
</style>