Shades of Fuchsia #B154B9
Tints of Fuchsia #B154B9
RGB
CMYK
RGB Variations
Color information
#B154B9 (or 0xB154B9) is known color: Fuchsia. HEX triplet: B1, 54 and B9. RGB value is (177,84,185). Sum of RGB (Red+Green+Blue) = 177+84+185=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #B154B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154B9 is #4EAB46. Grayscale: #7B7B7B. Windows color (decimal): -5155655 or 12145841. OLE color: 12145841.
HSL color Cylindrical-coordinate representation of color #B154B9: hue angle of 295.25º degrees, saturation: 0.42, 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 #B154B9 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 84 | 185 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.27 |
| HSL | 295.25º | 0.42% | 0.53% | - |
| HSV(B) | 295.25º | 0.55% | 0.73% | - |
| XYZ | 30.06 | 19.19 | 48.02 | - |
| YUV | 123.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 185 | 0.04 | 0.55 | 0 | 0.27 | 295.25 | 0.42 | 0.53 |
| Hex | B1 | 54 | B9 | 4 | 37 | 0 | 1B | 127 | 2A | 35 |
| Octal | 261 | 124 | 271 | 4 | 67 | 0 | 33 | 447 | 52 | 65 |
| Binary | 10110001 | 1010100 | 10111001 | 100 | 110111 | 0 | 11011 | 100100111 | 101010 | 110101 |
Color Harmonies of #B154B9
Complementary color
Monochromatic Colors of #B154B9
Black with #B154B9
Text Example
Text Example
White with #B154B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154B9; }
p { color: rgb(177,84,185); }
H1.HeaderClassName
{
color: #B154B9;
}
.AnyTagClassName
{
color: #B154B9;
}
</style>
background-color css
<style>
a { background-color: #B154B9; }
a { background-color: rgb(177,84,185); }
div.DivClassName
{
background-color: #B154B9;
}
.BgClassName
{
background-color: #B154B9;
}
</style>
border-color css
<style>
span { border-color: #B154B9; }
span { border-color: rgb(177,84,185); }
td.TdClassName
{
border-color: #B154B9;
}
.TagClassName
{
border-color: #B154B9;
}
</style>