Shades of Fuchsia #B14DBB
Tints of Fuchsia #B14DBB
RGB
CMYK
RGB Variations
Color information
#B14DBB (or 0xB14DBB) is known color: Fuchsia. HEX triplet: B1, 4D and BB. RGB value is (177,77,187). Sum of RGB (Red+Green+Blue) = 177+77+187=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #B14DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DBB is #4EB244. Grayscale: #777777. Windows color (decimal): -5157445 or 12275121. OLE color: 12275121.
HSL color Cylindrical-coordinate representation of color #B14DBB: hue angle of 294.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14DBB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 77 | 187 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.27 |
| HSL | 294.55º | 0.45% | 0.52% | - |
| HSV(B) | 294.55º | 0.59% | 0.73% | - |
| XYZ | 29.75 | 18.24 | 48.97 | - |
| YUV | 119.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 187 | 0.05 | 0.59 | 0 | 0.27 | 294.55 | 0.45 | 0.52 |
| Hex | B1 | 4D | BB | 5 | 3B | 0 | 1B | 127 | 2D | 34 |
| Octal | 261 | 115 | 273 | 5 | 73 | 0 | 33 | 447 | 55 | 64 |
| Binary | 10110001 | 1001101 | 10111011 | 101 | 111011 | 0 | 11011 | 100100111 | 101101 | 110100 |
Color Harmonies of #B14DBB
Complementary color
Monochromatic Colors of #B14DBB
Black with #B14DBB
Text Example
Text Example
White with #B14DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DBB; }
p { color: rgb(177,77,187); }
H1.HeaderClassName
{
color: #B14DBB;
}
.AnyTagClassName
{
color: #B14DBB;
}
</style>
background-color css
<style>
a { background-color: #B14DBB; }
a { background-color: rgb(177,77,187); }
div.DivClassName
{
background-color: #B14DBB;
}
.BgClassName
{
background-color: #B14DBB;
}
</style>
border-color css
<style>
span { border-color: #B14DBB; }
span { border-color: rgb(177,77,187); }
td.TdClassName
{
border-color: #B14DBB;
}
.TagClassName
{
border-color: #B14DBB;
}
</style>