Shades of Fuchsia #B550BD
Tints of Fuchsia #B550BD
RGB
CMYK
RGB Variations
Color information
#B550BD (or 0xB550BD) is known color: Fuchsia. HEX triplet: B5, 50 and BD. RGB value is (181,80,189). Sum of RGB (Red+Green+Blue) = 181+80+189=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B550BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550BD is #4AAF42. Grayscale: #7A7A7A. Windows color (decimal): -4894531 or 12406965. OLE color: 12406965.
HSL color Cylindrical-coordinate representation of color #B550BD: hue angle of 295.6º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B550BD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 80 | 189 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.26 |
| HSL | 295.6º | 0.45% | 0.53% | - |
| HSV(B) | 295.6º | 0.58% | 0.74% | - |
| XYZ | 31.11 | 19.24 | 50.22 | - |
| YUV | 122.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 189 | 0.04 | 0.58 | 0 | 0.26 | 295.6 | 0.45 | 0.53 |
| Hex | B5 | 50 | BD | 4 | 3A | 0 | 1A | 128 | 2D | 35 |
| Octal | 265 | 120 | 275 | 4 | 72 | 0 | 32 | 450 | 55 | 65 |
| Binary | 10110101 | 1010000 | 10111101 | 100 | 111010 | 0 | 11010 | 100101000 | 101101 | 110101 |
Color Harmonies of #B550BD
Complementary color
Monochromatic Colors of #B550BD
Black with #B550BD
Text Example
Text Example
White with #B550BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550BD; }
p { color: rgb(181,80,189); }
H1.HeaderClassName
{
color: #B550BD;
}
.AnyTagClassName
{
color: #B550BD;
}
</style>
background-color css
<style>
a { background-color: #B550BD; }
a { background-color: rgb(181,80,189); }
div.DivClassName
{
background-color: #B550BD;
}
.BgClassName
{
background-color: #B550BD;
}
</style>
border-color css
<style>
span { border-color: #B550BD; }
span { border-color: rgb(181,80,189); }
td.TdClassName
{
border-color: #B550BD;
}
.TagClassName
{
border-color: #B550BD;
}
</style>