Shades of Fuchsia #B473BA
Tints of Fuchsia #B473BA
RGB
CMYK
RGB Variations
Color information
#B473BA (or 0xB473BA) is known color: Fuchsia. HEX triplet: B4, 73 and BA. RGB value is (180,115,186). Sum of RGB (Red+Green+Blue) = 180+115+186=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #B473BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473BA is #4B8C45. Grayscale: #8E8E8E. Windows color (decimal): -4951110 or 12219316. OLE color: 12219316.
HSL color Cylindrical-coordinate representation of color #B473BA: hue angle of 294.93º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B473BA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 115 | 186 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.27 |
| HSL | 294.93º | 0.34% | 0.59% | - |
| HSV(B) | 294.93º | 0.38% | 0.73% | - |
| XYZ | 33.82 | 25.51 | 49.6 | - |
| YUV | 142.53 | 152.53 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 186 | 0.03 | 0.38 | 0 | 0.27 | 294.93 | 0.34 | 0.59 |
| Hex | B4 | 73 | BA | 3 | 26 | 0 | 1B | 127 | 22 | 3B |
| Octal | 264 | 163 | 272 | 3 | 46 | 0 | 33 | 447 | 42 | 73 |
| Binary | 10110100 | 1110011 | 10111010 | 11 | 100110 | 0 | 11011 | 100100111 | 100010 | 111011 |
Color Harmonies of #B473BA
Complementary color
Monochromatic Colors of #B473BA
Black with #B473BA
Text Example
Text Example
White with #B473BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473BA; }
p { color: rgb(180,115,186); }
H1.HeaderClassName
{
color: #B473BA;
}
.AnyTagClassName
{
color: #B473BA;
}
</style>
background-color css
<style>
a { background-color: #B473BA; }
a { background-color: rgb(180,115,186); }
div.DivClassName
{
background-color: #B473BA;
}
.BgClassName
{
background-color: #B473BA;
}
</style>
border-color css
<style>
span { border-color: #B473BA; }
span { border-color: rgb(180,115,186); }
td.TdClassName
{
border-color: #B473BA;
}
.TagClassName
{
border-color: #B473BA;
}
</style>