Shades of Fuchsia #B550A8
Tints of Fuchsia #B550A8
RGB
CMYK
RGB Variations
Color information
#B550A8 (or 0xB550A8) is known color: Fuchsia. HEX triplet: B5, 50 and A8. RGB value is (181,80,168). Sum of RGB (Red+Green+Blue) = 181+80+168=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B550A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550A8 is #4AAF57. Grayscale: #777777. Windows color (decimal): -4894552 or 11030709. OLE color: 11030709.
HSL color Cylindrical-coordinate representation of color #B550A8: hue angle of 307.72º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B550A8 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 168 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.29 |
| HSL | 307.72º | 0.41% | 0.51% | - |
| HSV(B) | 307.72º | 0.56% | 0.71% | - |
| XYZ | 28.99 | 18.39 | 39.07 | - |
| YUV | 120.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 168 | 0 | 0.56 | 0.07 | 0.29 | 307.72 | 0.41 | 0.51 |
| Hex | B5 | 50 | A8 | 0 | 38 | 7 | 1D | 134 | 29 | 33 |
| Octal | 265 | 120 | 250 | 0 | 70 | 7 | 35 | 464 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10101000 | 0 | 111000 | 111 | 11101 | 100110100 | 101001 | 110011 |
Color Harmonies of #B550A8
Complementary color
Monochromatic Colors of #B550A8
Black with #B550A8
Text Example
Text Example
White with #B550A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550A8; }
p { color: rgb(181,80,168); }
H1.HeaderClassName
{
color: #B550A8;
}
.AnyTagClassName
{
color: #B550A8;
}
</style>
background-color css
<style>
a { background-color: #B550A8; }
a { background-color: rgb(181,80,168); }
div.DivClassName
{
background-color: #B550A8;
}
.BgClassName
{
background-color: #B550A8;
}
</style>
border-color css
<style>
span { border-color: #B550A8; }
span { border-color: rgb(181,80,168); }
td.TdClassName
{
border-color: #B550A8;
}
.TagClassName
{
border-color: #B550A8;
}
</style>