Shades of Fuchsia #B550AF
Tints of Fuchsia #B550AF
RGB
CMYK
RGB Variations
Color information
#B550AF (or 0xB550AF) is known color: Fuchsia. HEX triplet: B5, 50 and AF. RGB value is (181,80,175). Sum of RGB (Red+Green+Blue) = 181+80+175=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B550AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550AF is #4AAF50. Grayscale: #787878. Windows color (decimal): -4894545 or 11489461. OLE color: 11489461.
HSL color Cylindrical-coordinate representation of color #B550AF: hue angle of 303.56º 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 #B550AF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 175 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.29 |
| HSL | 303.56º | 0.41% | 0.51% | - |
| HSV(B) | 303.56º | 0.56% | 0.71% | - |
| XYZ | 29.66 | 18.66 | 42.6 | - |
| YUV | 121.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 175 | 0 | 0.56 | 0.03 | 0.29 | 303.56 | 0.41 | 0.51 |
| Hex | B5 | 50 | AF | 0 | 38 | 3 | 1D | 130 | 29 | 33 |
| Octal | 265 | 120 | 257 | 0 | 70 | 3 | 35 | 460 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10101111 | 0 | 111000 | 11 | 11101 | 100110000 | 101001 | 110011 |
Color Harmonies of #B550AF
Complementary color
Monochromatic Colors of #B550AF
Black with #B550AF
Text Example
Text Example
White with #B550AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550AF; }
p { color: rgb(181,80,175); }
H1.HeaderClassName
{
color: #B550AF;
}
.AnyTagClassName
{
color: #B550AF;
}
</style>
background-color css
<style>
a { background-color: #B550AF; }
a { background-color: rgb(181,80,175); }
div.DivClassName
{
background-color: #B550AF;
}
.BgClassName
{
background-color: #B550AF;
}
</style>
border-color css
<style>
span { border-color: #B550AF; }
span { border-color: rgb(181,80,175); }
td.TdClassName
{
border-color: #B550AF;
}
.TagClassName
{
border-color: #B550AF;
}
</style>