Shades of Fuchsia #B15BB9
Tints of Fuchsia #B15BB9
RGB
CMYK
RGB Variations
Color information
#B15BB9 (or 0xB15BB9) is known color: Fuchsia. HEX triplet: B1, 5B and B9. RGB value is (177,91,185). Sum of RGB (Red+Green+Blue) = 177+91+185=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #B15BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BB9 is #4EA446. Grayscale: #7F7F7F. Windows color (decimal): -5153863 or 12147633. OLE color: 12147633.
HSL color Cylindrical-coordinate representation of color #B15BB9: hue angle of 294.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15BB9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 91 | 185 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.27 |
| HSL | 294.89º | 0.4% | 0.54% | - |
| HSV(B) | 294.89º | 0.51% | 0.73% | - |
| XYZ | 30.63 | 20.33 | 48.21 | - |
| YUV | 127.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 185 | 0.04 | 0.51 | 0 | 0.27 | 294.89 | 0.4 | 0.54 |
| Hex | B1 | 5B | B9 | 4 | 33 | 0 | 1B | 127 | 28 | 36 |
| Octal | 261 | 133 | 271 | 4 | 63 | 0 | 33 | 447 | 50 | 66 |
| Binary | 10110001 | 1011011 | 10111001 | 100 | 110011 | 0 | 11011 | 100100111 | 101000 | 110110 |
Color Harmonies of #B15BB9
Complementary color
Monochromatic Colors of #B15BB9
Black with #B15BB9
Text Example
Text Example
White with #B15BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BB9; }
p { color: rgb(177,91,185); }
H1.HeaderClassName
{
color: #B15BB9;
}
.AnyTagClassName
{
color: #B15BB9;
}
</style>
background-color css
<style>
a { background-color: #B15BB9; }
a { background-color: rgb(177,91,185); }
div.DivClassName
{
background-color: #B15BB9;
}
.BgClassName
{
background-color: #B15BB9;
}
</style>
border-color css
<style>
span { border-color: #B15BB9; }
span { border-color: rgb(177,91,185); }
td.TdClassName
{
border-color: #B15BB9;
}
.TagClassName
{
border-color: #B15BB9;
}
</style>