Shades of Fuchsia #B14DB4
Tints of Fuchsia #B14DB4
RGB
CMYK
RGB Variations
Color information
#B14DB4 (or 0xB14DB4) is known color: Fuchsia. HEX triplet: B1, 4D and B4. RGB value is (177,77,180). Sum of RGB (Red+Green+Blue) = 177+77+180=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #B14DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DB4 is #4EB24B. Grayscale: #767676. Windows color (decimal): -5157452 or 11816369. OLE color: 11816369.
HSL color Cylindrical-coordinate representation of color #B14DB4: hue angle of 298.25º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14DB4 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 77 | 180 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.29 |
| HSL | 298.25º | 0.41% | 0.5% | - |
| HSV(B) | 298.25º | 0.57% | 0.71% | - |
| XYZ | 29.02 | 17.95 | 45.12 | - |
| YUV | 118.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 180 | 0.02 | 0.57 | 0 | 0.29 | 298.25 | 0.41 | 0.5 |
| Hex | B1 | 4D | B4 | 2 | 39 | 0 | 1D | 12A | 29 | 32 |
| Octal | 261 | 115 | 264 | 2 | 71 | 0 | 35 | 452 | 51 | 62 |
| Binary | 10110001 | 1001101 | 10110100 | 10 | 111001 | 0 | 11101 | 100101010 | 101001 | 110010 |
Color Harmonies of #B14DB4
Complementary color
Monochromatic Colors of #B14DB4
Black with #B14DB4
Text Example
Text Example
White with #B14DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DB4; }
p { color: rgb(177,77,180); }
H1.HeaderClassName
{
color: #B14DB4;
}
.AnyTagClassName
{
color: #B14DB4;
}
</style>
background-color css
<style>
a { background-color: #B14DB4; }
a { background-color: rgb(177,77,180); }
div.DivClassName
{
background-color: #B14DB4;
}
.BgClassName
{
background-color: #B14DB4;
}
</style>
border-color css
<style>
span { border-color: #B14DB4; }
span { border-color: rgb(177,77,180); }
td.TdClassName
{
border-color: #B14DB4;
}
.TagClassName
{
border-color: #B14DB4;
}
</style>