Shades of Fuchsia #B041C0
Tints of Fuchsia #B041C0
RGB
CMYK
RGB Variations
Color information
#B041C0 (or 0xB041C0) is known color: Fuchsia. HEX triplet: B0, 41 and C0. RGB value is (176,65,192). Sum of RGB (Red+Green+Blue) = 176+65+192=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #B041C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041C0 is #4FBE3F. Grayscale: #707070. Windows color (decimal): -5226048 or 12599728. OLE color: 12599728.
HSL color Cylindrical-coordinate representation of color #B041C0: hue angle of 292.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B041C0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 65 | 192 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.25 |
| HSL | 292.44º | 0.5% | 0.5% | - |
| HSV(B) | 292.44º | 0.66% | 0.75% | - |
| XYZ | 29.31 | 16.82 | 51.57 | - |
| YUV | 112.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 192 | 0.08 | 0.66 | 0 | 0.25 | 292.44 | 0.5 | 0.5 |
| Hex | B0 | 41 | C0 | 8 | 42 | 0 | 19 | 124 | 32 | 32 |
| Octal | 260 | 101 | 300 | 10 | 102 | 0 | 31 | 444 | 62 | 62 |
| Binary | 10110000 | 1000001 | 11000000 | 1000 | 1000010 | 0 | 11001 | 100100100 | 110010 | 110010 |
Color Harmonies of #B041C0
Complementary color
Monochromatic Colors of #B041C0
Black with #B041C0
Text Example
Text Example
White with #B041C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041C0; }
p { color: rgb(176,65,192); }
H1.HeaderClassName
{
color: #B041C0;
}
.AnyTagClassName
{
color: #B041C0;
}
</style>
background-color css
<style>
a { background-color: #B041C0; }
a { background-color: rgb(176,65,192); }
div.DivClassName
{
background-color: #B041C0;
}
.BgClassName
{
background-color: #B041C0;
}
</style>
border-color css
<style>
span { border-color: #B041C0; }
span { border-color: rgb(176,65,192); }
td.TdClassName
{
border-color: #B041C0;
}
.TagClassName
{
border-color: #B041C0;
}
</style>