Shades of Fuchsia #B14DC1
Tints of Fuchsia #B14DC1
RGB
CMYK
RGB Variations
Color information
#B14DC1 (or 0xB14DC1) is known color: Fuchsia. HEX triplet: B1, 4D and C1. RGB value is (177,77,193). Sum of RGB (Red+Green+Blue) = 177+77+193=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #B14DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC1 is #4EB23E. Grayscale: #777777. Windows color (decimal): -5157439 or 12668337. OLE color: 12668337.
HSL color Cylindrical-coordinate representation of color #B14DC1: hue angle of 291.72º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14DC1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 77 | 193 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.24 |
| HSL | 291.72º | 0.48% | 0.53% | - |
| HSV(B) | 291.72º | 0.6% | 0.76% | - |
| XYZ | 30.41 | 18.51 | 52.42 | - |
| YUV | 120.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 193 | 0.08 | 0.60 | 0 | 0.24 | 291.72 | 0.48 | 0.53 |
| Hex | B1 | 4D | C1 | 8 | 3C | 0 | 18 | 124 | 30 | 35 |
| Octal | 261 | 115 | 301 | 10 | 74 | 0 | 30 | 444 | 60 | 65 |
| Binary | 10110001 | 1001101 | 11000001 | 1000 | 111100 | 0 | 11000 | 100100100 | 110000 | 110101 |
Color Harmonies of #B14DC1
Complementary color
Monochromatic Colors of #B14DC1
Black with #B14DC1
Text Example
Text Example
White with #B14DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DC1; }
p { color: rgb(177,77,193); }
H1.HeaderClassName
{
color: #B14DC1;
}
.AnyTagClassName
{
color: #B14DC1;
}
</style>
background-color css
<style>
a { background-color: #B14DC1; }
a { background-color: rgb(177,77,193); }
div.DivClassName
{
background-color: #B14DC1;
}
.BgClassName
{
background-color: #B14DC1;
}
</style>
border-color css
<style>
span { border-color: #B14DC1; }
span { border-color: rgb(177,77,193); }
td.TdClassName
{
border-color: #B14DC1;
}
.TagClassName
{
border-color: #B14DC1;
}
</style>