Shades of Fuchsia #B573BB
Tints of Fuchsia #B573BB
RGB
CMYK
RGB Variations
Color information
#B573BB (or 0xB573BB) is known color: Fuchsia. HEX triplet: B5, 73 and BB. RGB value is (181,115,187). Sum of RGB (Red+Green+Blue) = 181+115+187=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #B573BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B573BB is #4A8C44. Grayscale: #8E8E8E. Windows color (decimal): -4885573 or 12284853. OLE color: 12284853.
HSL color Cylindrical-coordinate representation of color #B573BB: hue angle of 295º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B573BB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 115 | 187 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.27 |
| HSL | 295º | 0.35% | 0.59% | - |
| HSV(B) | 295º | 0.39% | 0.73% | - |
| XYZ | 34.16 | 25.67 | 50.17 | - |
| YUV | 142.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 187 | 0.03 | 0.39 | 0 | 0.27 | 295 | 0.35 | 0.59 |
| Hex | B5 | 73 | BB | 3 | 27 | 0 | 1B | 127 | 23 | 3B |
| Octal | 265 | 163 | 273 | 3 | 47 | 0 | 33 | 447 | 43 | 73 |
| Binary | 10110101 | 1110011 | 10111011 | 11 | 100111 | 0 | 11011 | 100100111 | 100011 | 111011 |
Color Harmonies of #B573BB
Complementary color
Monochromatic Colors of #B573BB
Black with #B573BB
Text Example
Text Example
White with #B573BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B573BB; }
p { color: rgb(181,115,187); }
H1.HeaderClassName
{
color: #B573BB;
}
.AnyTagClassName
{
color: #B573BB;
}
</style>
background-color css
<style>
a { background-color: #B573BB; }
a { background-color: rgb(181,115,187); }
div.DivClassName
{
background-color: #B573BB;
}
.BgClassName
{
background-color: #B573BB;
}
</style>
border-color css
<style>
span { border-color: #B573BB; }
span { border-color: rgb(181,115,187); }
td.TdClassName
{
border-color: #B573BB;
}
.TagClassName
{
border-color: #B573BB;
}
</style>