Shades of Fuchsia #B551BA
Tints of Fuchsia #B551BA
RGB
CMYK
RGB Variations
Color information
#B551BA (or 0xB551BA) is known color: Fuchsia. HEX triplet: B5, 51 and BA. RGB value is (181,81,186). Sum of RGB (Red+Green+Blue) = 181+81+186=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B551BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551BA is #4AAE45. Grayscale: #7A7A7A. Windows color (decimal): -4894278 or 12210613. OLE color: 12210613.
HSL color Cylindrical-coordinate representation of color #B551BA: hue angle of 297.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B551BA is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 81 | 186 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.27 |
| HSL | 297.14º | 0.43% | 0.52% | - |
| HSV(B) | 297.14º | 0.56% | 0.73% | - |
| XYZ | 30.86 | 19.25 | 48.54 | - |
| YUV | 122.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 186 | 0.03 | 0.56 | 0 | 0.27 | 297.14 | 0.43 | 0.52 |
| Hex | B5 | 51 | BA | 3 | 38 | 0 | 1B | 129 | 2B | 34 |
| Octal | 265 | 121 | 272 | 3 | 70 | 0 | 33 | 451 | 53 | 64 |
| Binary | 10110101 | 1010001 | 10111010 | 11 | 111000 | 0 | 11011 | 100101001 | 101011 | 110100 |
Color Harmonies of #B551BA
Complementary color
Monochromatic Colors of #B551BA
Black with #B551BA
Text Example
Text Example
White with #B551BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551BA; }
p { color: rgb(181,81,186); }
H1.HeaderClassName
{
color: #B551BA;
}
.AnyTagClassName
{
color: #B551BA;
}
</style>
background-color css
<style>
a { background-color: #B551BA; }
a { background-color: rgb(181,81,186); }
div.DivClassName
{
background-color: #B551BA;
}
.BgClassName
{
background-color: #B551BA;
}
</style>
border-color css
<style>
span { border-color: #B551BA; }
span { border-color: rgb(181,81,186); }
td.TdClassName
{
border-color: #B551BA;
}
.TagClassName
{
border-color: #B551BA;
}
</style>