Shades of Fuchsia #B141B5
Tints of Fuchsia #B141B5
RGB
CMYK
RGB Variations
Color information
#B141B5 (or 0xB141B5) is known color: Fuchsia. HEX triplet: B1, 41 and B5. RGB value is (177,65,181). Sum of RGB (Red+Green+Blue) = 177+65+181=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #B141B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141B5 is #4EBE4A. Grayscale: #6F6F6F. Windows color (decimal): -5160523 or 11878833. OLE color: 11878833.
HSL color Cylindrical-coordinate representation of color #B141B5: hue angle of 297.93º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B141B5 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 65 | 181 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.29 |
| HSL | 297.93º | 0.47% | 0.48% | - |
| HSV(B) | 297.93º | 0.64% | 0.71% | - |
| XYZ | 28.36 | 16.46 | 45.4 | - |
| YUV | 111.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 181 | 0.02 | 0.64 | 0 | 0.29 | 297.93 | 0.47 | 0.48 |
| Hex | B1 | 41 | B5 | 2 | 40 | 0 | 1D | 12A | 2F | 30 |
| Octal | 261 | 101 | 265 | 2 | 100 | 0 | 35 | 452 | 57 | 60 |
| Binary | 10110001 | 1000001 | 10110101 | 10 | 1000000 | 0 | 11101 | 100101010 | 101111 | 110000 |
Color Harmonies of #B141B5
Complementary color
Monochromatic Colors of #B141B5
Black with #B141B5
Text Example
Text Example
White with #B141B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141B5; }
p { color: rgb(177,65,181); }
H1.HeaderClassName
{
color: #B141B5;
}
.AnyTagClassName
{
color: #B141B5;
}
</style>
background-color css
<style>
a { background-color: #B141B5; }
a { background-color: rgb(177,65,181); }
div.DivClassName
{
background-color: #B141B5;
}
.BgClassName
{
background-color: #B141B5;
}
</style>
border-color css
<style>
span { border-color: #B141B5; }
span { border-color: rgb(177,65,181); }
td.TdClassName
{
border-color: #B141B5;
}
.TagClassName
{
border-color: #B141B5;
}
</style>