Shades of Fuchsia #B550C1
Tints of Fuchsia #B550C1
RGB
CMYK
RGB Variations
Color information
#B550C1 (or 0xB550C1) is known color: Fuchsia. HEX triplet: B5, 50 and C1. RGB value is (181,80,193). Sum of RGB (Red+Green+Blue) = 181+80+193=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #B550C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550C1 is #4AAF3E. Grayscale: #7A7A7A. Windows color (decimal): -4894527 or 12669109. OLE color: 12669109.
HSL color Cylindrical-coordinate representation of color #B550C1: hue angle of 293.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B550C1 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 80 | 193 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.24 |
| HSL | 293.63º | 0.48% | 0.54% | - |
| HSV(B) | 293.63º | 0.59% | 0.76% | - |
| XYZ | 31.55 | 19.41 | 52.54 | - |
| YUV | 123.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 193 | 0.06 | 0.59 | 0 | 0.24 | 293.63 | 0.48 | 0.54 |
| Hex | B5 | 50 | C1 | 6 | 3B | 0 | 18 | 126 | 30 | 36 |
| Octal | 265 | 120 | 301 | 6 | 73 | 0 | 30 | 446 | 60 | 66 |
| Binary | 10110101 | 1010000 | 11000001 | 110 | 111011 | 0 | 11000 | 100100110 | 110000 | 110110 |
Color Harmonies of #B550C1
Complementary color
Monochromatic Colors of #B550C1
Black with #B550C1
Text Example
Text Example
White with #B550C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550C1; }
p { color: rgb(181,80,193); }
H1.HeaderClassName
{
color: #B550C1;
}
.AnyTagClassName
{
color: #B550C1;
}
</style>
background-color css
<style>
a { background-color: #B550C1; }
a { background-color: rgb(181,80,193); }
div.DivClassName
{
background-color: #B550C1;
}
.BgClassName
{
background-color: #B550C1;
}
</style>
border-color css
<style>
span { border-color: #B550C1; }
span { border-color: rgb(181,80,193); }
td.TdClassName
{
border-color: #B550C1;
}
.TagClassName
{
border-color: #B550C1;
}
</style>