Shades of Fuchsia #B142BC
Tints of Fuchsia #B142BC
RGB
CMYK
RGB Variations
Color information
#B142BC (or 0xB142BC) is known color: Fuchsia. HEX triplet: B1, 42 and BC. RGB value is (177,66,188). Sum of RGB (Red+Green+Blue) = 177+66+188=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #B142BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142BC is #4EBD43. Grayscale: #707070. Windows color (decimal): -5160260 or 12337841. OLE color: 12337841.
HSL color Cylindrical-coordinate representation of color #B142BC: hue angle of 294.59º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B142BC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 66 | 188 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.26 |
| HSL | 294.59º | 0.48% | 0.5% | - |
| HSV(B) | 294.59º | 0.65% | 0.74% | - |
| XYZ | 29.16 | 16.87 | 49.3 | - |
| YUV | 113.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 188 | 0.06 | 0.65 | 0 | 0.26 | 294.59 | 0.48 | 0.5 |
| Hex | B1 | 42 | BC | 6 | 41 | 0 | 1A | 127 | 30 | 32 |
| Octal | 261 | 102 | 274 | 6 | 101 | 0 | 32 | 447 | 60 | 62 |
| Binary | 10110001 | 1000010 | 10111100 | 110 | 1000001 | 0 | 11010 | 100100111 | 110000 | 110010 |
Color Harmonies of #B142BC
Complementary color
Monochromatic Colors of #B142BC
Black with #B142BC
Text Example
Text Example
White with #B142BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B142BC; }
p { color: rgb(177,66,188); }
H1.HeaderClassName
{
color: #B142BC;
}
.AnyTagClassName
{
color: #B142BC;
}
</style>
background-color css
<style>
a { background-color: #B142BC; }
a { background-color: rgb(177,66,188); }
div.DivClassName
{
background-color: #B142BC;
}
.BgClassName
{
background-color: #B142BC;
}
</style>
border-color css
<style>
span { border-color: #B142BC; }
span { border-color: rgb(177,66,188); }
td.TdClassName
{
border-color: #B142BC;
}
.TagClassName
{
border-color: #B142BC;
}
</style>