Shades of Fuchsia #B573BA
Tints of Fuchsia #B573BA
RGB
CMYK
RGB Variations
Color information
#B573BA (or 0xB573BA) is known color: Fuchsia. HEX triplet: B5, 73 and BA. RGB value is (181,115,186). Sum of RGB (Red+Green+Blue) = 181+115+186=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B573BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573BA is #4A8C45. Grayscale: #8E8E8E. Windows color (decimal): -4885574 or 12219317. OLE color: 12219317.
HSL color Cylindrical-coordinate representation of color #B573BA: hue angle of 295.77º 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 #B573BA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 115 | 186 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.27 |
| HSL | 295.77º | 0.34% | 0.59% | - |
| HSV(B) | 295.77º | 0.38% | 0.73% | - |
| XYZ | 34.05 | 25.63 | 49.61 | - |
| YUV | 142.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 186 | 0.03 | 0.38 | 0 | 0.27 | 295.77 | 0.34 | 0.59 |
| Hex | B5 | 73 | BA | 3 | 26 | 0 | 1B | 128 | 22 | 3B |
| Octal | 265 | 163 | 272 | 3 | 46 | 0 | 33 | 450 | 42 | 73 |
| Binary | 10110101 | 1110011 | 10111010 | 11 | 100110 | 0 | 11011 | 100101000 | 100010 | 111011 |
Color Harmonies of #B573BA
Complementary color
Monochromatic Colors of #B573BA
Black with #B573BA
Text Example
Text Example
White with #B573BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573BA; }
p { color: rgb(181,115,186); }
H1.HeaderClassName
{
color: #B573BA;
}
.AnyTagClassName
{
color: #B573BA;
}
</style>
background-color css
<style>
a { background-color: #B573BA; }
a { background-color: rgb(181,115,186); }
div.DivClassName
{
background-color: #B573BA;
}
.BgClassName
{
background-color: #B573BA;
}
</style>
border-color css
<style>
span { border-color: #B573BA; }
span { border-color: rgb(181,115,186); }
td.TdClassName
{
border-color: #B573BA;
}
.TagClassName
{
border-color: #B573BA;
}
</style>