Shades of Fuchsia #B043BA
Tints of Fuchsia #B043BA
RGB
CMYK
RGB Variations
Color information
#B043BA (or 0xB043BA) is known color: Fuchsia. HEX triplet: B0, 43 and BA. RGB value is (176,67,186). Sum of RGB (Red+Green+Blue) = 176+67+186=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B043BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043BA is #4FBC45. Grayscale: #707070. Windows color (decimal): -5225542 or 12207024. OLE color: 12207024.
HSL color Cylindrical-coordinate representation of color #B043BA: hue angle of 294.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B043BA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 67 | 186 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.27 |
| HSL | 294.96º | 0.47% | 0.5% | - |
| HSV(B) | 294.96º | 0.64% | 0.73% | - |
| XYZ | 28.77 | 16.79 | 48.18 | - |
| YUV | 113.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 186 | 0.05 | 0.64 | 0 | 0.27 | 294.96 | 0.47 | 0.5 |
| Hex | B0 | 43 | BA | 5 | 40 | 0 | 1B | 127 | 2F | 32 |
| Octal | 260 | 103 | 272 | 5 | 100 | 0 | 33 | 447 | 57 | 62 |
| Binary | 10110000 | 1000011 | 10111010 | 101 | 1000000 | 0 | 11011 | 100100111 | 101111 | 110010 |
Color Harmonies of #B043BA
Complementary color
Monochromatic Colors of #B043BA
Black with #B043BA
Text Example
Text Example
White with #B043BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043BA; }
p { color: rgb(176,67,186); }
H1.HeaderClassName
{
color: #B043BA;
}
.AnyTagClassName
{
color: #B043BA;
}
</style>
background-color css
<style>
a { background-color: #B043BA; }
a { background-color: rgb(176,67,186); }
div.DivClassName
{
background-color: #B043BA;
}
.BgClassName
{
background-color: #B043BA;
}
</style>
border-color css
<style>
span { border-color: #B043BA; }
span { border-color: rgb(176,67,186); }
td.TdClassName
{
border-color: #B043BA;
}
.TagClassName
{
border-color: #B043BA;
}
</style>