Shades of Fuchsia #B15DBB
Tints of Fuchsia #B15DBB
RGB
CMYK
RGB Variations
Color information
#B15DBB (or 0xB15DBB) is known color: Fuchsia. HEX triplet: B1, 5D and BB. RGB value is (177,93,187). Sum of RGB (Red+Green+Blue) = 177+93+187=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #B15DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DBB is #4EA244. Grayscale: #808080. Windows color (decimal): -5153349 or 12279217. OLE color: 12279217.
HSL color Cylindrical-coordinate representation of color #B15DBB: hue angle of 293.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15DBB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 93 | 187 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.27 |
| HSL | 293.62º | 0.41% | 0.55% | - |
| HSV(B) | 293.62º | 0.5% | 0.73% | - |
| XYZ | 31.02 | 20.76 | 49.39 | - |
| YUV | 128.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 187 | 0.05 | 0.50 | 0 | 0.27 | 293.62 | 0.41 | 0.55 |
| Hex | B1 | 5D | BB | 5 | 32 | 0 | 1B | 126 | 29 | 37 |
| Octal | 261 | 135 | 273 | 5 | 62 | 0 | 33 | 446 | 51 | 67 |
| Binary | 10110001 | 1011101 | 10111011 | 101 | 110010 | 0 | 11011 | 100100110 | 101001 | 110111 |
Color Harmonies of #B15DBB
Complementary color
Monochromatic Colors of #B15DBB
Black with #B15DBB
Text Example
Text Example
White with #B15DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DBB; }
p { color: rgb(177,93,187); }
H1.HeaderClassName
{
color: #B15DBB;
}
.AnyTagClassName
{
color: #B15DBB;
}
</style>
background-color css
<style>
a { background-color: #B15DBB; }
a { background-color: rgb(177,93,187); }
div.DivClassName
{
background-color: #B15DBB;
}
.BgClassName
{
background-color: #B15DBB;
}
</style>
border-color css
<style>
span { border-color: #B15DBB; }
span { border-color: rgb(177,93,187); }
td.TdClassName
{
border-color: #B15DBB;
}
.TagClassName
{
border-color: #B15DBB;
}
</style>