Shades of Fuchsia #B154B8
Tints of Fuchsia #B154B8
RGB
CMYK
RGB Variations
Color information
#B154B8 (or 0xB154B8) is known color: Fuchsia. HEX triplet: B1, 54 and B8. RGB value is (177,84,184). Sum of RGB (Red+Green+Blue) = 177+84+184=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #B154B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154B8 is #4EAB47. Grayscale: #7A7A7A. Windows color (decimal): -5155656 or 12080305. OLE color: 12080305.
HSL color Cylindrical-coordinate representation of color #B154B8: hue angle of 295.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B154B8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 84 | 184 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.28 |
| HSL | 295.8º | 0.41% | 0.53% | - |
| HSV(B) | 295.8º | 0.54% | 0.72% | - |
| XYZ | 29.95 | 19.15 | 47.46 | - |
| YUV | 123.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 184 | 0.04 | 0.54 | 0 | 0.28 | 295.8 | 0.41 | 0.53 |
| Hex | B1 | 54 | B8 | 4 | 36 | 0 | 1C | 128 | 29 | 35 |
| Octal | 261 | 124 | 270 | 4 | 66 | 0 | 34 | 450 | 51 | 65 |
| Binary | 10110001 | 1010100 | 10111000 | 100 | 110110 | 0 | 11100 | 100101000 | 101001 | 110101 |
Color Harmonies of #B154B8
Complementary color
Monochromatic Colors of #B154B8
Black with #B154B8
Text Example
Text Example
White with #B154B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154B8; }
p { color: rgb(177,84,184); }
H1.HeaderClassName
{
color: #B154B8;
}
.AnyTagClassName
{
color: #B154B8;
}
</style>
background-color css
<style>
a { background-color: #B154B8; }
a { background-color: rgb(177,84,184); }
div.DivClassName
{
background-color: #B154B8;
}
.BgClassName
{
background-color: #B154B8;
}
</style>
border-color css
<style>
span { border-color: #B154B8; }
span { border-color: rgb(177,84,184); }
td.TdClassName
{
border-color: #B154B8;
}
.TagClassName
{
border-color: #B154B8;
}
</style>