Shades of Fuchsia #B15BBC
Tints of Fuchsia #B15BBC
RGB
CMYK
RGB Variations
Color information
#B15BBC (or 0xB15BBC) is known color: Fuchsia. HEX triplet: B1, 5B and BC. RGB value is (177,91,188). Sum of RGB (Red+Green+Blue) = 177+91+188=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #B15BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BBC is #4EA443. Grayscale: #7F7F7F. Windows color (decimal): -5153860 or 12344241. OLE color: 12344241.
HSL color Cylindrical-coordinate representation of color #B15BBC: hue angle of 293.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15BBC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 91 | 188 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.26 |
| HSL | 293.2º | 0.42% | 0.55% | - |
| HSV(B) | 293.2º | 0.52% | 0.74% | - |
| XYZ | 30.95 | 20.46 | 49.89 | - |
| YUV | 127.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 188 | 0.06 | 0.52 | 0 | 0.26 | 293.2 | 0.42 | 0.55 |
| Hex | B1 | 5B | BC | 6 | 34 | 0 | 1A | 125 | 2A | 37 |
| Octal | 261 | 133 | 274 | 6 | 64 | 0 | 32 | 445 | 52 | 67 |
| Binary | 10110001 | 1011011 | 10111100 | 110 | 110100 | 0 | 11010 | 100100101 | 101010 | 110111 |
Color Harmonies of #B15BBC
Complementary color
Monochromatic Colors of #B15BBC
Black with #B15BBC
Text Example
Text Example
White with #B15BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BBC; }
p { color: rgb(177,91,188); }
H1.HeaderClassName
{
color: #B15BBC;
}
.AnyTagClassName
{
color: #B15BBC;
}
</style>
background-color css
<style>
a { background-color: #B15BBC; }
a { background-color: rgb(177,91,188); }
div.DivClassName
{
background-color: #B15BBC;
}
.BgClassName
{
background-color: #B15BBC;
}
</style>
border-color css
<style>
span { border-color: #B15BBC; }
span { border-color: rgb(177,91,188); }
td.TdClassName
{
border-color: #B15BBC;
}
.TagClassName
{
border-color: #B15BBC;
}
</style>