Shades of Fuchsia #B15EBA
Tints of Fuchsia #B15EBA
RGB
CMYK
RGB Variations
Color information
#B15EBA (or 0xB15EBA) is known color: Fuchsia. HEX triplet: B1, 5E and BA. RGB value is (177,94,186). Sum of RGB (Red+Green+Blue) = 177+94+186=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B15EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EBA is #4EA145. Grayscale: #818181. Windows color (decimal): -5153094 or 12213937. OLE color: 12213937.
HSL color Cylindrical-coordinate representation of color #B15EBA: hue angle of 294.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15EBA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 94 | 186 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.27 |
| HSL | 294.13º | 0.4% | 0.55% | - |
| HSV(B) | 294.13º | 0.49% | 0.73% | - |
| XYZ | 31 | 20.9 | 48.85 | - |
| YUV | 129.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 186 | 0.05 | 0.49 | 0 | 0.27 | 294.13 | 0.4 | 0.55 |
| Hex | B1 | 5E | BA | 5 | 31 | 0 | 1B | 126 | 28 | 37 |
| Octal | 261 | 136 | 272 | 5 | 61 | 0 | 33 | 446 | 50 | 67 |
| Binary | 10110001 | 1011110 | 10111010 | 101 | 110001 | 0 | 11011 | 100100110 | 101000 | 110111 |
Color Harmonies of #B15EBA
Complementary color
Monochromatic Colors of #B15EBA
Black with #B15EBA
Text Example
Text Example
White with #B15EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EBA; }
p { color: rgb(177,94,186); }
H1.HeaderClassName
{
color: #B15EBA;
}
.AnyTagClassName
{
color: #B15EBA;
}
</style>
background-color css
<style>
a { background-color: #B15EBA; }
a { background-color: rgb(177,94,186); }
div.DivClassName
{
background-color: #B15EBA;
}
.BgClassName
{
background-color: #B15EBA;
}
</style>
border-color css
<style>
span { border-color: #B15EBA; }
span { border-color: rgb(177,94,186); }
td.TdClassName
{
border-color: #B15EBA;
}
.TagClassName
{
border-color: #B15EBA;
}
</style>