Shades of Fuchsia #B141A8
Tints of Fuchsia #B141A8
RGB
CMYK
RGB Variations
Color information
#B141A8 (or 0xB141A8) is known color: Fuchsia. HEX triplet: B1, 41 and A8. RGB value is (177,65,168). Sum of RGB (Red+Green+Blue) = 177+65+168=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B141A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141A8 is #4EBE57. Grayscale: #6D6D6D. Windows color (decimal): -5160536 or 11026865. OLE color: 11026865.
HSL color Cylindrical-coordinate representation of color #B141A8: hue angle of 304.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141A8 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 168 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.31 |
| HSL | 304.82º | 0.46% | 0.47% | - |
| HSV(B) | 304.82º | 0.63% | 0.69% | - |
| XYZ | 27.09 | 15.95 | 38.7 | - |
| YUV | 110.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 168 | 0 | 0.63 | 0.05 | 0.31 | 304.82 | 0.46 | 0.47 |
| Hex | B1 | 41 | A8 | 0 | 3F | 5 | 1F | 131 | 2E | 2F |
| Octal | 261 | 101 | 250 | 0 | 77 | 5 | 37 | 461 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10101000 | 0 | 111111 | 101 | 11111 | 100110001 | 101110 | 101111 |
Color Harmonies of #B141A8
Complementary color
Monochromatic Colors of #B141A8
Black with #B141A8
Text Example
Text Example
White with #B141A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141A8; }
p { color: rgb(177,65,168); }
H1.HeaderClassName
{
color: #B141A8;
}
.AnyTagClassName
{
color: #B141A8;
}
</style>
background-color css
<style>
a { background-color: #B141A8; }
a { background-color: rgb(177,65,168); }
div.DivClassName
{
background-color: #B141A8;
}
.BgClassName
{
background-color: #B141A8;
}
</style>
border-color css
<style>
span { border-color: #B141A8; }
span { border-color: rgb(177,65,168); }
td.TdClassName
{
border-color: #B141A8;
}
.TagClassName
{
border-color: #B141A8;
}
</style>