Shades of Fuchsia #B573B9
Tints of Fuchsia #B573B9
RGB
CMYK
RGB Variations
Color information
#B573B9 (or 0xB573B9) is known color: Fuchsia. HEX triplet: B5, 73 and B9. RGB value is (181,115,185). Sum of RGB (Red+Green+Blue) = 181+115+185=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #B573B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573B9 is #4A8C46. Grayscale: #8E8E8E. Windows color (decimal): -4885575 or 12153781. OLE color: 12153781.
HSL color Cylindrical-coordinate representation of color #B573B9: hue angle of 296.57º degrees, saturation: 0.33, 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 #B573B9 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 115 | 185 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.27 |
| HSL | 296.57º | 0.33% | 0.59% | - |
| HSV(B) | 296.57º | 0.38% | 0.73% | - |
| XYZ | 33.94 | 25.59 | 49.05 | - |
| YUV | 142.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 185 | 0.02 | 0.38 | 0 | 0.27 | 296.57 | 0.33 | 0.59 |
| Hex | B5 | 73 | B9 | 2 | 26 | 0 | 1B | 129 | 21 | 3B |
| Octal | 265 | 163 | 271 | 2 | 46 | 0 | 33 | 451 | 41 | 73 |
| Binary | 10110101 | 1110011 | 10111001 | 10 | 100110 | 0 | 11011 | 100101001 | 100001 | 111011 |
Color Harmonies of #B573B9
Complementary color
Monochromatic Colors of #B573B9
Black with #B573B9
Text Example
Text Example
White with #B573B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573B9; }
p { color: rgb(181,115,185); }
H1.HeaderClassName
{
color: #B573B9;
}
.AnyTagClassName
{
color: #B573B9;
}
</style>
background-color css
<style>
a { background-color: #B573B9; }
a { background-color: rgb(181,115,185); }
div.DivClassName
{
background-color: #B573B9;
}
.BgClassName
{
background-color: #B573B9;
}
</style>
border-color css
<style>
span { border-color: #B573B9; }
span { border-color: rgb(181,115,185); }
td.TdClassName
{
border-color: #B573B9;
}
.TagClassName
{
border-color: #B573B9;
}
</style>