Shades of Fuchsia #B14DB7
Tints of Fuchsia #B14DB7
RGB
CMYK
RGB Variations
Color information
#B14DB7 (or 0xB14DB7) is known color: Fuchsia. HEX triplet: B1, 4D and B7. RGB value is (177,77,183). Sum of RGB (Red+Green+Blue) = 177+77+183=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: blue. Hex color #B14DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DB7 is #4EB248. Grayscale: #767676. Windows color (decimal): -5157449 or 12012977. OLE color: 12012977.
HSL color Cylindrical-coordinate representation of color #B14DB7: hue angle of 296.6º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14DB7 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 77 | 183 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.28 |
| HSL | 296.6º | 0.42% | 0.51% | - |
| HSV(B) | 296.6º | 0.58% | 0.72% | - |
| XYZ | 29.33 | 18.07 | 46.74 | - |
| YUV | 118.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 183 | 0.03 | 0.58 | 0 | 0.28 | 296.6 | 0.42 | 0.51 |
| Hex | B1 | 4D | B7 | 3 | 3A | 0 | 1C | 129 | 2A | 33 |
| Octal | 261 | 115 | 267 | 3 | 72 | 0 | 34 | 451 | 52 | 63 |
| Binary | 10110001 | 1001101 | 10110111 | 11 | 111010 | 0 | 11100 | 100101001 | 101010 | 110011 |
Color Harmonies of #B14DB7
Complementary color
Monochromatic Colors of #B14DB7
Black with #B14DB7
Text Example
Text Example
White with #B14DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DB7; }
p { color: rgb(177,77,183); }
H1.HeaderClassName
{
color: #B14DB7;
}
.AnyTagClassName
{
color: #B14DB7;
}
</style>
background-color css
<style>
a { background-color: #B14DB7; }
a { background-color: rgb(177,77,183); }
div.DivClassName
{
background-color: #B14DB7;
}
.BgClassName
{
background-color: #B14DB7;
}
</style>
border-color css
<style>
span { border-color: #B14DB7; }
span { border-color: rgb(177,77,183); }
td.TdClassName
{
border-color: #B14DB7;
}
.TagClassName
{
border-color: #B14DB7;
}
</style>