Shades of Fuchsia #B141BA
Tints of Fuchsia #B141BA
RGB
CMYK
RGB Variations
Color information
#B141BA (or 0xB141BA) is known color: Fuchsia. HEX triplet: B1, 41 and BA. RGB value is (177,65,186). Sum of RGB (Red+Green+Blue) = 177+65+186=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #B141BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141BA is #4EBE45. Grayscale: #6F6F6F. Windows color (decimal): -5160518 or 12206513. OLE color: 12206513.
HSL color Cylindrical-coordinate representation of color #B141BA: hue angle of 295.54º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B141BA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 65 | 186 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.27 |
| HSL | 295.54º | 0.48% | 0.49% | - |
| HSV(B) | 295.54º | 0.65% | 0.73% | - |
| XYZ | 28.88 | 16.67 | 48.15 | - |
| YUV | 112.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 186 | 0.05 | 0.65 | 0 | 0.27 | 295.54 | 0.48 | 0.49 |
| Hex | B1 | 41 | BA | 5 | 41 | 0 | 1B | 128 | 30 | 31 |
| Octal | 261 | 101 | 272 | 5 | 101 | 0 | 33 | 450 | 60 | 61 |
| Binary | 10110001 | 1000001 | 10111010 | 101 | 1000001 | 0 | 11011 | 100101000 | 110000 | 110001 |
Color Harmonies of #B141BA
Complementary color
Monochromatic Colors of #B141BA
Black with #B141BA
Text Example
Text Example
White with #B141BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141BA; }
p { color: rgb(177,65,186); }
H1.HeaderClassName
{
color: #B141BA;
}
.AnyTagClassName
{
color: #B141BA;
}
</style>
background-color css
<style>
a { background-color: #B141BA; }
a { background-color: rgb(177,65,186); }
div.DivClassName
{
background-color: #B141BA;
}
.BgClassName
{
background-color: #B141BA;
}
</style>
border-color css
<style>
span { border-color: #B141BA; }
span { border-color: rgb(177,65,186); }
td.TdClassName
{
border-color: #B141BA;
}
.TagClassName
{
border-color: #B141BA;
}
</style>