Shades of Fuchsia #B04FC1
Tints of Fuchsia #B04FC1
RGB
CMYK
RGB Variations
Color information
#B04FC1 (or 0xB04FC1) is known color: Fuchsia. HEX triplet: B0, 4F and C1. RGB value is (176,79,193). Sum of RGB (Red+Green+Blue) = 176+79+193=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #B04FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FC1 is #4FB03E. Grayscale: #787878. Windows color (decimal): -5222463 or 12668848. OLE color: 12668848.
HSL color Cylindrical-coordinate representation of color #B04FC1: hue angle of 291.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04FC1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 79 | 193 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.24 |
| HSL | 291.05º | 0.48% | 0.53% | - |
| HSV(B) | 291.05º | 0.59% | 0.76% | - |
| XYZ | 30.33 | 18.67 | 52.46 | - |
| YUV | 121 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 193 | 0.09 | 0.59 | 0 | 0.24 | 291.05 | 0.48 | 0.53 |
| Hex | B0 | 4F | C1 | 9 | 3B | 0 | 18 | 123 | 30 | 35 |
| Octal | 260 | 117 | 301 | 11 | 73 | 0 | 30 | 443 | 60 | 65 |
| Binary | 10110000 | 1001111 | 11000001 | 1001 | 111011 | 0 | 11000 | 100100011 | 110000 | 110101 |
Color Harmonies of #B04FC1
Complementary color
Monochromatic Colors of #B04FC1
Black with #B04FC1
Text Example
Text Example
White with #B04FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FC1; }
p { color: rgb(176,79,193); }
H1.HeaderClassName
{
color: #B04FC1;
}
.AnyTagClassName
{
color: #B04FC1;
}
</style>
background-color css
<style>
a { background-color: #B04FC1; }
a { background-color: rgb(176,79,193); }
div.DivClassName
{
background-color: #B04FC1;
}
.BgClassName
{
background-color: #B04FC1;
}
</style>
border-color css
<style>
span { border-color: #B04FC1; }
span { border-color: rgb(176,79,193); }
td.TdClassName
{
border-color: #B04FC1;
}
.TagClassName
{
border-color: #B04FC1;
}
</style>