Shades of Fuchsia #B141B1
Tints of Fuchsia #B141B1
RGB
CMYK
RGB Variations
Color information
#B141B1 (or 0xB141B1) is known color: Fuchsia. HEX triplet: B1, 41 and B1. RGB value is (177,65,177). Sum of RGB (Red+Green+Blue) = 177+65+177=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B141B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141B1 is #4EBE4E. Grayscale: #6E6E6E. Windows color (decimal): -5160527 or 11616689. OLE color: 11616689.
HSL color Cylindrical-coordinate representation of color #B141B1: hue angle of 300º 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 #B141B1 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 177 | - |
| CMYK | 0 | 0.63 | 0 | 0.31 |
| HSL | 300º | 0.46% | 0.47% | - |
| HSV(B) | 300º | 0.63% | 0.69% | - |
| XYZ | 27.96 | 16.3 | 43.27 | - |
| YUV | 111.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 177 | 0 | 0.63 | 0 | 0.31 | 300 | 0.46 | 0.47 |
| Hex | B1 | 41 | B1 | 0 | 3F | 0 | 1F | 12C | 2E | 2F |
| Octal | 261 | 101 | 261 | 0 | 77 | 0 | 37 | 454 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10110001 | 0 | 111111 | 0 | 11111 | 100101100 | 101110 | 101111 |
Color Harmonies of #B141B1
Complementary color
Monochromatic Colors of #B141B1
Black with #B141B1
Text Example
Text Example
White with #B141B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141B1; }
p { color: rgb(177,65,177); }
H1.HeaderClassName
{
color: #B141B1;
}
.AnyTagClassName
{
color: #B141B1;
}
</style>
background-color css
<style>
a { background-color: #B141B1; }
a { background-color: rgb(177,65,177); }
div.DivClassName
{
background-color: #B141B1;
}
.BgClassName
{
background-color: #B141B1;
}
</style>
border-color css
<style>
span { border-color: #B141B1; }
span { border-color: rgb(177,65,177); }
td.TdClassName
{
border-color: #B141B1;
}
.TagClassName
{
border-color: #B141B1;
}
</style>