Shades of Fuchsia #B04DC1
Tints of Fuchsia #B04DC1
RGB
CMYK
RGB Variations
Color information
#B04DC1 (or 0xB04DC1) is known color: Fuchsia. HEX triplet: B0, 4D and C1. RGB value is (176,77,193). Sum of RGB (Red+Green+Blue) = 176+77+193=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #B04DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DC1 is #4FB23E. Grayscale: #777777. Windows color (decimal): -5222975 or 12668336. OLE color: 12668336.
HSL color Cylindrical-coordinate representation of color #B04DC1: hue angle of 291.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04DC1 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 77 | 193 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.24 |
| HSL | 291.21º | 0.48% | 0.53% | - |
| HSV(B) | 291.21º | 0.6% | 0.76% | - |
| XYZ | 30.18 | 18.39 | 52.41 | - |
| YUV | 119.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 193 | 0.09 | 0.60 | 0 | 0.24 | 291.21 | 0.48 | 0.53 |
| Hex | B0 | 4D | C1 | 9 | 3C | 0 | 18 | 123 | 30 | 35 |
| Octal | 260 | 115 | 301 | 11 | 74 | 0 | 30 | 443 | 60 | 65 |
| Binary | 10110000 | 1001101 | 11000001 | 1001 | 111100 | 0 | 11000 | 100100011 | 110000 | 110101 |
Color Harmonies of #B04DC1
Complementary color
Monochromatic Colors of #B04DC1
Black with #B04DC1
Text Example
Text Example
White with #B04DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DC1; }
p { color: rgb(176,77,193); }
H1.HeaderClassName
{
color: #B04DC1;
}
.AnyTagClassName
{
color: #B04DC1;
}
</style>
background-color css
<style>
a { background-color: #B04DC1; }
a { background-color: rgb(176,77,193); }
div.DivClassName
{
background-color: #B04DC1;
}
.BgClassName
{
background-color: #B04DC1;
}
</style>
border-color css
<style>
span { border-color: #B04DC1; }
span { border-color: rgb(176,77,193); }
td.TdClassName
{
border-color: #B04DC1;
}
.TagClassName
{
border-color: #B04DC1;
}
</style>