Shades of Fuchsia #B142C0
Tints of Fuchsia #B142C0
RGB
CMYK
RGB Variations
Color information
#B142C0 (or 0xB142C0) is known color: Fuchsia. HEX triplet: B1, 42 and C0. RGB value is (177,66,192). Sum of RGB (Red+Green+Blue) = 177+66+192=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #B142C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142C0 is #4EBD3F. Grayscale: #717171. Windows color (decimal): -5160256 or 12599985. OLE color: 12599985.
HSL color Cylindrical-coordinate representation of color #B142C0: hue angle of 292.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B142C0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 66 | 192 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.25 |
| HSL | 292.86º | 0.5% | 0.51% | - |
| HSV(B) | 292.86º | 0.66% | 0.75% | - |
| XYZ | 29.59 | 17.05 | 51.6 | - |
| YUV | 113.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 192 | 0.08 | 0.66 | 0 | 0.25 | 292.86 | 0.5 | 0.51 |
| Hex | B1 | 42 | C0 | 8 | 42 | 0 | 19 | 125 | 32 | 33 |
| Octal | 261 | 102 | 300 | 10 | 102 | 0 | 31 | 445 | 62 | 63 |
| Binary | 10110001 | 1000010 | 11000000 | 1000 | 1000010 | 0 | 11001 | 100100101 | 110010 | 110011 |
Color Harmonies of #B142C0
Complementary color
Monochromatic Colors of #B142C0
Black with #B142C0
Text Example
Text Example
White with #B142C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B142C0; }
p { color: rgb(177,66,192); }
H1.HeaderClassName
{
color: #B142C0;
}
.AnyTagClassName
{
color: #B142C0;
}
</style>
background-color css
<style>
a { background-color: #B142C0; }
a { background-color: rgb(177,66,192); }
div.DivClassName
{
background-color: #B142C0;
}
.BgClassName
{
background-color: #B142C0;
}
</style>
border-color css
<style>
span { border-color: #B142C0; }
span { border-color: rgb(177,66,192); }
td.TdClassName
{
border-color: #B142C0;
}
.TagClassName
{
border-color: #B142C0;
}
</style>