Shades of Fuchsia #B154BA
Tints of Fuchsia #B154BA
RGB
CMYK
RGB Variations
Color information
#B154BA (or 0xB154BA) is known color: Fuchsia. HEX triplet: B1, 54 and BA. RGB value is (177,84,186). Sum of RGB (Red+Green+Blue) = 177+84+186=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B154BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154BA is #4EAB45. Grayscale: #7B7B7B. Windows color (decimal): -5155654 or 12211377. OLE color: 12211377.
HSL color Cylindrical-coordinate representation of color #B154BA: hue angle of 294.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B154BA is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 84 | 186 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.27 |
| HSL | 294.71º | 0.43% | 0.53% | - |
| HSV(B) | 294.71º | 0.55% | 0.73% | - |
| XYZ | 30.16 | 19.23 | 48.58 | - |
| YUV | 123.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 186 | 0.05 | 0.55 | 0 | 0.27 | 294.71 | 0.43 | 0.53 |
| Hex | B1 | 54 | BA | 5 | 37 | 0 | 1B | 127 | 2A | 35 |
| Octal | 261 | 124 | 272 | 5 | 67 | 0 | 33 | 447 | 52 | 65 |
| Binary | 10110001 | 1010100 | 10111010 | 101 | 110111 | 0 | 11011 | 100100111 | 101010 | 110101 |
Color Harmonies of #B154BA
Complementary color
Monochromatic Colors of #B154BA
Black with #B154BA
Text Example
Text Example
White with #B154BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154BA; }
p { color: rgb(177,84,186); }
H1.HeaderClassName
{
color: #B154BA;
}
.AnyTagClassName
{
color: #B154BA;
}
</style>
background-color css
<style>
a { background-color: #B154BA; }
a { background-color: rgb(177,84,186); }
div.DivClassName
{
background-color: #B154BA;
}
.BgClassName
{
background-color: #B154BA;
}
</style>
border-color css
<style>
span { border-color: #B154BA; }
span { border-color: rgb(177,84,186); }
td.TdClassName
{
border-color: #B154BA;
}
.TagClassName
{
border-color: #B154BA;
}
</style>