Shades of Fuchsia #B14DB5
Tints of Fuchsia #B14DB5
RGB
CMYK
RGB Variations
Color information
#B14DB5 (or 0xB14DB5) is known color: Fuchsia. HEX triplet: B1, 4D and B5. RGB value is (177,77,181). Sum of RGB (Red+Green+Blue) = 177+77+181=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #B14DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DB5 is #4EB24A. Grayscale: #767676. Windows color (decimal): -5157451 or 11881905. OLE color: 11881905.
HSL color Cylindrical-coordinate representation of color #B14DB5: hue angle of 297.69º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14DB5 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 77 | 181 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.29 |
| HSL | 297.69º | 0.41% | 0.51% | - |
| HSV(B) | 297.69º | 0.57% | 0.71% | - |
| XYZ | 29.13 | 17.99 | 45.65 | - |
| YUV | 118.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 181 | 0.02 | 0.57 | 0 | 0.29 | 297.69 | 0.41 | 0.51 |
| Hex | B1 | 4D | B5 | 2 | 39 | 0 | 1D | 12A | 29 | 33 |
| Octal | 261 | 115 | 265 | 2 | 71 | 0 | 35 | 452 | 51 | 63 |
| Binary | 10110001 | 1001101 | 10110101 | 10 | 111001 | 0 | 11101 | 100101010 | 101001 | 110011 |
Color Harmonies of #B14DB5
Complementary color
Monochromatic Colors of #B14DB5
Black with #B14DB5
Text Example
Text Example
White with #B14DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DB5; }
p { color: rgb(177,77,181); }
H1.HeaderClassName
{
color: #B14DB5;
}
.AnyTagClassName
{
color: #B14DB5;
}
</style>
background-color css
<style>
a { background-color: #B14DB5; }
a { background-color: rgb(177,77,181); }
div.DivClassName
{
background-color: #B14DB5;
}
.BgClassName
{
background-color: #B14DB5;
}
</style>
border-color css
<style>
span { border-color: #B14DB5; }
span { border-color: rgb(177,77,181); }
td.TdClassName
{
border-color: #B14DB5;
}
.TagClassName
{
border-color: #B14DB5;
}
</style>