Shades of Fuchsia #BF3CA8
Tints of Fuchsia #BF3CA8
RGB
CMYK
RGB Variations
Color information
#BF3CA8 (or 0xBF3CA8) is known color: Fuchsia. HEX triplet: BF, 3C and A8. RGB value is (191,60,168). Sum of RGB (Red+Green+Blue) = 191+60+168=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3CA8 is #40C357. Grayscale: #6F6F6F. Windows color (decimal): -4244312 or 11025599. OLE color: 11025599.
HSL color Cylindrical-coordinate representation of color #BF3CA8: hue angle of 310.53º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3CA8 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 168 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.25 |
| HSL | 310.53º | 0.52% | 0.49% | - |
| HSV(B) | 310.53º | 0.69% | 0.75% | - |
| XYZ | 30.17 | 17.14 | 38.76 | - |
| YUV | 111.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 168 | 0 | 0.69 | 0.12 | 0.25 | 310.53 | 0.52 | 0.49 |
| Hex | BF | 3C | A8 | 0 | 45 | C | 19 | 137 | 34 | 31 |
| Octal | 277 | 74 | 250 | 0 | 105 | 14 | 31 | 467 | 64 | 61 |
| Binary | 10111111 | 111100 | 10101000 | 0 | 1000101 | 1100 | 11001 | 100110111 | 110100 | 110001 |
Color Harmonies of #BF3CA8
Complementary color
Monochromatic Colors of #BF3CA8
Black with #BF3CA8
Text Example
Text Example
White with #BF3CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CA8; }
p { color: rgb(191,60,168); }
H1.HeaderClassName
{
color: #BF3CA8;
}
.AnyTagClassName
{
color: #BF3CA8;
}
</style>
background-color css
<style>
a { background-color: #BF3CA8; }
a { background-color: rgb(191,60,168); }
div.DivClassName
{
background-color: #BF3CA8;
}
.BgClassName
{
background-color: #BF3CA8;
}
</style>
border-color css
<style>
span { border-color: #BF3CA8; }
span { border-color: rgb(191,60,168); }
td.TdClassName
{
border-color: #BF3CA8;
}
.TagClassName
{
border-color: #BF3CA8;
}
</style>