Shades of Fuchsia #B550B2
Tints of Fuchsia #B550B2
RGB
CMYK
RGB Variations
Color information
#B550B2 (or 0xB550B2) is known color: Fuchsia. HEX triplet: B5, 50 and B2. RGB value is (181,80,178). Sum of RGB (Red+Green+Blue) = 181+80+178=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B550B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550B2 is #4AAF4D. Grayscale: #797979. Windows color (decimal): -4894542 or 11686069. OLE color: 11686069.
HSL color Cylindrical-coordinate representation of color #B550B2: hue angle of 301.78º 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 #B550B2 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 178 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.29 |
| HSL | 301.78º | 0.41% | 0.51% | - |
| HSV(B) | 301.78º | 0.56% | 0.71% | - |
| XYZ | 29.96 | 18.78 | 44.16 | - |
| YUV | 121.37 | 159.96 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 178 | 0 | 0.56 | 0.02 | 0.29 | 301.78 | 0.41 | 0.51 |
| Hex | B5 | 50 | B2 | 0 | 38 | 2 | 1D | 12E | 29 | 33 |
| Octal | 265 | 120 | 262 | 0 | 70 | 2 | 35 | 456 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10110010 | 0 | 111000 | 10 | 11101 | 100101110 | 101001 | 110011 |
Color Harmonies of #B550B2
Complementary color
Monochromatic Colors of #B550B2
Black with #B550B2
Text Example
Text Example
White with #B550B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550B2; }
p { color: rgb(181,80,178); }
H1.HeaderClassName
{
color: #B550B2;
}
.AnyTagClassName
{
color: #B550B2;
}
</style>
background-color css
<style>
a { background-color: #B550B2; }
a { background-color: rgb(181,80,178); }
div.DivClassName
{
background-color: #B550B2;
}
.BgClassName
{
background-color: #B550B2;
}
</style>
border-color css
<style>
span { border-color: #B550B2; }
span { border-color: rgb(181,80,178); }
td.TdClassName
{
border-color: #B550B2;
}
.TagClassName
{
border-color: #B550B2;
}
</style>