Shades of Fuchsia #B043C0
Tints of Fuchsia #B043C0
RGB
CMYK
RGB Variations
Color information
#B043C0 (or 0xB043C0) is known color: Fuchsia. HEX triplet: B0, 43 and C0. RGB value is (176,67,192). Sum of RGB (Red+Green+Blue) = 176+67+192=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #B043C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043C0 is #4FBC3F. Grayscale: #717171. Windows color (decimal): -5225536 or 12600240. OLE color: 12600240.
HSL color Cylindrical-coordinate representation of color #B043C0: hue angle of 292.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B043C0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 67 | 192 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.25 |
| HSL | 292.32º | 0.5% | 0.51% | - |
| HSV(B) | 292.32º | 0.65% | 0.75% | - |
| XYZ | 29.43 | 17.05 | 51.61 | - |
| YUV | 113.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 192 | 0.08 | 0.65 | 0 | 0.25 | 292.32 | 0.5 | 0.51 |
| Hex | B0 | 43 | C0 | 8 | 41 | 0 | 19 | 124 | 32 | 33 |
| Octal | 260 | 103 | 300 | 10 | 101 | 0 | 31 | 444 | 62 | 63 |
| Binary | 10110000 | 1000011 | 11000000 | 1000 | 1000001 | 0 | 11001 | 100100100 | 110010 | 110011 |
Color Harmonies of #B043C0
Complementary color
Monochromatic Colors of #B043C0
Black with #B043C0
Text Example
Text Example
White with #B043C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043C0; }
p { color: rgb(176,67,192); }
H1.HeaderClassName
{
color: #B043C0;
}
.AnyTagClassName
{
color: #B043C0;
}
</style>
background-color css
<style>
a { background-color: #B043C0; }
a { background-color: rgb(176,67,192); }
div.DivClassName
{
background-color: #B043C0;
}
.BgClassName
{
background-color: #B043C0;
}
</style>
border-color css
<style>
span { border-color: #B043C0; }
span { border-color: rgb(176,67,192); }
td.TdClassName
{
border-color: #B043C0;
}
.TagClassName
{
border-color: #B043C0;
}
</style>