Shades of Fuchsia #B143BC
Tints of Fuchsia #B143BC
RGB
CMYK
RGB Variations
Color information
#B143BC (or 0xB143BC) is known color: Fuchsia. HEX triplet: B1, 43 and BC. RGB value is (177,67,188). Sum of RGB (Red+Green+Blue) = 177+67+188=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #B143BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143BC is #4EBC43. Grayscale: #717171. Windows color (decimal): -5160004 or 12338097. OLE color: 12338097.
HSL color Cylindrical-coordinate representation of color #B143BC: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B143BC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 67 | 188 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.26 |
| HSL | 294.55º | 0.47% | 0.5% | - |
| HSV(B) | 294.55º | 0.64% | 0.74% | - |
| XYZ | 29.22 | 16.99 | 49.32 | - |
| YUV | 113.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 188 | 0.06 | 0.64 | 0 | 0.26 | 294.55 | 0.47 | 0.5 |
| Hex | B1 | 43 | BC | 6 | 40 | 0 | 1A | 127 | 2F | 32 |
| Octal | 261 | 103 | 274 | 6 | 100 | 0 | 32 | 447 | 57 | 62 |
| Binary | 10110001 | 1000011 | 10111100 | 110 | 1000000 | 0 | 11010 | 100100111 | 101111 | 110010 |
Color Harmonies of #B143BC
Complementary color
Monochromatic Colors of #B143BC
Black with #B143BC
Text Example
Text Example
White with #B143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143BC; }
p { color: rgb(177,67,188); }
H1.HeaderClassName
{
color: #B143BC;
}
.AnyTagClassName
{
color: #B143BC;
}
</style>
background-color css
<style>
a { background-color: #B143BC; }
a { background-color: rgb(177,67,188); }
div.DivClassName
{
background-color: #B143BC;
}
.BgClassName
{
background-color: #B143BC;
}
</style>
border-color css
<style>
span { border-color: #B143BC; }
span { border-color: rgb(177,67,188); }
td.TdClassName
{
border-color: #B143BC;
}
.TagClassName
{
border-color: #B143BC;
}
</style>