Shades of Fuchsia #B046BA
Tints of Fuchsia #B046BA
RGB
CMYK
RGB Variations
Color information
#B046BA (or 0xB046BA) is known color: Fuchsia. HEX triplet: B0, 46 and BA. RGB value is (176,70,186). Sum of RGB (Red+Green+Blue) = 176+70+186=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B046BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BA is #4FB945. Grayscale: #727272. Windows color (decimal): -5224774 or 12207792. OLE color: 12207792.
HSL color Cylindrical-coordinate representation of color #B046BA: hue angle of 294.83º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B046BA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 70 | 186 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.27 |
| HSL | 294.83º | 0.46% | 0.5% | - |
| HSV(B) | 294.83º | 0.62% | 0.73% | - |
| XYZ | 28.96 | 17.16 | 48.24 | - |
| YUV | 114.92 | 168.12 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 186 | 0.05 | 0.62 | 0 | 0.27 | 294.83 | 0.46 | 0.5 |
| Hex | B0 | 46 | BA | 5 | 3E | 0 | 1B | 127 | 2E | 32 |
| Octal | 260 | 106 | 272 | 5 | 76 | 0 | 33 | 447 | 56 | 62 |
| Binary | 10110000 | 1000110 | 10111010 | 101 | 111110 | 0 | 11011 | 100100111 | 101110 | 110010 |
Color Harmonies of #B046BA
Complementary color
Monochromatic Colors of #B046BA
Black with #B046BA
Text Example
Text Example
White with #B046BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046BA; }
p { color: rgb(176,70,186); }
H1.HeaderClassName
{
color: #B046BA;
}
.AnyTagClassName
{
color: #B046BA;
}
</style>
background-color css
<style>
a { background-color: #B046BA; }
a { background-color: rgb(176,70,186); }
div.DivClassName
{
background-color: #B046BA;
}
.BgClassName
{
background-color: #B046BA;
}
</style>
border-color css
<style>
span { border-color: #B046BA; }
span { border-color: rgb(176,70,186); }
td.TdClassName
{
border-color: #B046BA;
}
.TagClassName
{
border-color: #B046BA;
}
</style>