Shades of Fuchsia #B461B1
Tints of Fuchsia #B461B1
RGB
CMYK
RGB Variations
Color information
#B461B1 (or 0xB461B1) is known color: Fuchsia. HEX triplet: B4, 61 and B1. RGB value is (180,97,177). Sum of RGB (Red+Green+Blue) = 180+97+177=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B461B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B461B1 is #4B9E4E. Grayscale: #828282. Windows color (decimal): -4955727 or 11624884. OLE color: 11624884.
HSL color Cylindrical-coordinate representation of color #B461B1: hue angle of 302.17º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B461B1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 97 | 177 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.29 |
| HSL | 302.17º | 0.36% | 0.54% | - |
| HSV(B) | 302.17º | 0.46% | 0.71% | - |
| XYZ | 31.03 | 21.43 | 44.1 | - |
| YUV | 130.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 177 | 0 | 0.46 | 0.02 | 0.29 | 302.17 | 0.36 | 0.54 |
| Hex | B4 | 61 | B1 | 0 | 2E | 2 | 1D | 12E | 24 | 36 |
| Octal | 264 | 141 | 261 | 0 | 56 | 2 | 35 | 456 | 44 | 66 |
| Binary | 10110100 | 1100001 | 10110001 | 0 | 101110 | 10 | 11101 | 100101110 | 100100 | 110110 |
Color Harmonies of #B461B1
Complementary color
Monochromatic Colors of #B461B1
Black with #B461B1
Text Example
Text Example
White with #B461B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461B1; }
p { color: rgb(180,97,177); }
H1.HeaderClassName
{
color: #B461B1;
}
.AnyTagClassName
{
color: #B461B1;
}
</style>
background-color css
<style>
a { background-color: #B461B1; }
a { background-color: rgb(180,97,177); }
div.DivClassName
{
background-color: #B461B1;
}
.BgClassName
{
background-color: #B461B1;
}
</style>
border-color css
<style>
span { border-color: #B461B1; }
span { border-color: rgb(180,97,177); }
td.TdClassName
{
border-color: #B461B1;
}
.TagClassName
{
border-color: #B461B1;
}
</style>