Shades of Fuchsia #B14CC0
Tints of Fuchsia #B14CC0
RGB
CMYK
RGB Variations
Color information
#B14CC0 (or 0xB14CC0) is known color: Fuchsia. HEX triplet: B1, 4C and C0. RGB value is (177,76,192). Sum of RGB (Red+Green+Blue) = 177+76+192=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #B14CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC0 is #4EB33F. Grayscale: #777777. Windows color (decimal): -5157696 or 12602545. OLE color: 12602545.
HSL color Cylindrical-coordinate representation of color #B14CC0: hue angle of 292.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14CC0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 76 | 192 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.25 |
| HSL | 292.24º | 0.48% | 0.53% | - |
| HSV(B) | 292.24º | 0.6% | 0.75% | - |
| XYZ | 30.23 | 18.32 | 51.81 | - |
| YUV | 119.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 192 | 0.08 | 0.60 | 0 | 0.25 | 292.24 | 0.48 | 0.53 |
| Hex | B1 | 4C | C0 | 8 | 3C | 0 | 19 | 124 | 30 | 35 |
| Octal | 261 | 114 | 300 | 10 | 74 | 0 | 31 | 444 | 60 | 65 |
| Binary | 10110001 | 1001100 | 11000000 | 1000 | 111100 | 0 | 11001 | 100100100 | 110000 | 110101 |
Color Harmonies of #B14CC0
Complementary color
Monochromatic Colors of #B14CC0
Black with #B14CC0
Text Example
Text Example
White with #B14CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CC0; }
p { color: rgb(177,76,192); }
H1.HeaderClassName
{
color: #B14CC0;
}
.AnyTagClassName
{
color: #B14CC0;
}
</style>
background-color css
<style>
a { background-color: #B14CC0; }
a { background-color: rgb(177,76,192); }
div.DivClassName
{
background-color: #B14CC0;
}
.BgClassName
{
background-color: #B14CC0;
}
</style>
border-color css
<style>
span { border-color: #B14CC0; }
span { border-color: rgb(177,76,192); }
td.TdClassName
{
border-color: #B14CC0;
}
.TagClassName
{
border-color: #B14CC0;
}
</style>