Shades of Fuchsia #B15EBD
Tints of Fuchsia #B15EBD
RGB
CMYK
RGB Variations
Color information
#B15EBD (or 0xB15EBD) is known color: Fuchsia. HEX triplet: B1, 5E and BD. RGB value is (177,94,189). Sum of RGB (Red+Green+Blue) = 177+94+189=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #B15EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EBD is #4EA142. Grayscale: #818181. Windows color (decimal): -5153091 or 12410545. OLE color: 12410545.
HSL color Cylindrical-coordinate representation of color #B15EBD: hue angle of 292.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15EBD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 94 | 189 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.26 |
| HSL | 292.42º | 0.42% | 0.55% | - |
| HSV(B) | 292.42º | 0.5% | 0.74% | - |
| XYZ | 31.32 | 21.03 | 50.55 | - |
| YUV | 129.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 189 | 0.06 | 0.50 | 0 | 0.26 | 292.42 | 0.42 | 0.55 |
| Hex | B1 | 5E | BD | 6 | 32 | 0 | 1A | 124 | 2A | 37 |
| Octal | 261 | 136 | 275 | 6 | 62 | 0 | 32 | 444 | 52 | 67 |
| Binary | 10110001 | 1011110 | 10111101 | 110 | 110010 | 0 | 11010 | 100100100 | 101010 | 110111 |
Color Harmonies of #B15EBD
Complementary color
Monochromatic Colors of #B15EBD
Black with #B15EBD
Text Example
Text Example
White with #B15EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EBD; }
p { color: rgb(177,94,189); }
H1.HeaderClassName
{
color: #B15EBD;
}
.AnyTagClassName
{
color: #B15EBD;
}
</style>
background-color css
<style>
a { background-color: #B15EBD; }
a { background-color: rgb(177,94,189); }
div.DivClassName
{
background-color: #B15EBD;
}
.BgClassName
{
background-color: #B15EBD;
}
</style>
border-color css
<style>
span { border-color: #B15EBD; }
span { border-color: rgb(177,94,189); }
td.TdClassName
{
border-color: #B15EBD;
}
.TagClassName
{
border-color: #B15EBD;
}
</style>