Shades of Fuchsia #B141BF
Tints of Fuchsia #B141BF
RGB
CMYK
RGB Variations
Color information
#B141BF (or 0xB141BF) is known color: Fuchsia. HEX triplet: B1, 41 and BF. RGB value is (177,65,191). Sum of RGB (Red+Green+Blue) = 177+65+191=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #B141BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141BF is #4EBE40. Grayscale: #707070. Windows color (decimal): -5160513 or 12534193. OLE color: 12534193.
HSL color Cylindrical-coordinate representation of color #B141BF: hue angle of 293.33º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B141BF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 65 | 191 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.25 |
| HSL | 293.33º | 0.5% | 0.5% | - |
| HSV(B) | 293.33º | 0.66% | 0.75% | - |
| XYZ | 29.43 | 16.89 | 51 | - |
| YUV | 112.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 191 | 0.07 | 0.66 | 0 | 0.25 | 293.33 | 0.5 | 0.5 |
| Hex | B1 | 41 | BF | 7 | 42 | 0 | 19 | 125 | 32 | 32 |
| Octal | 261 | 101 | 277 | 7 | 102 | 0 | 31 | 445 | 62 | 62 |
| Binary | 10110001 | 1000001 | 10111111 | 111 | 1000010 | 0 | 11001 | 100100101 | 110010 | 110010 |
Color Harmonies of #B141BF
Complementary color
Monochromatic Colors of #B141BF
Black with #B141BF
Text Example
Text Example
White with #B141BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141BF; }
p { color: rgb(177,65,191); }
H1.HeaderClassName
{
color: #B141BF;
}
.AnyTagClassName
{
color: #B141BF;
}
</style>
background-color css
<style>
a { background-color: #B141BF; }
a { background-color: rgb(177,65,191); }
div.DivClassName
{
background-color: #B141BF;
}
.BgClassName
{
background-color: #B141BF;
}
</style>
border-color css
<style>
span { border-color: #B141BF; }
span { border-color: rgb(177,65,191); }
td.TdClassName
{
border-color: #B141BF;
}
.TagClassName
{
border-color: #B141BF;
}
</style>