Shades of Fuchsia #B261B1
Tints of Fuchsia #B261B1
RGB
CMYK
RGB Variations
Color information
#B261B1 (or 0xB261B1) is known color: Fuchsia. HEX triplet: B2, 61 and B1. RGB value is (178,97,177). Sum of RGB (Red+Green+Blue) = 178+97+177=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B261B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B261B1 is #4D9E4E. Grayscale: #828282. Windows color (decimal): -5086799 or 11624882. OLE color: 11624882.
HSL color Cylindrical-coordinate representation of color #B261B1: hue angle of 300.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B261B1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 177 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.30 |
| HSL | 300.74º | 0.34% | 0.54% | - |
| HSV(B) | 300.74º | 0.46% | 0.7% | - |
| XYZ | 30.57 | 21.19 | 44.07 | - |
| YUV | 130.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 177 | 0 | 0.46 | 0.01 | 0.30 | 300.74 | 0.34 | 0.54 |
| Hex | B2 | 61 | B1 | 0 | 2E | 1 | 1E | 12D | 22 | 36 |
| Octal | 262 | 141 | 261 | 0 | 56 | 1 | 36 | 455 | 42 | 66 |
| Binary | 10110010 | 1100001 | 10110001 | 0 | 101110 | 1 | 11110 | 100101101 | 100010 | 110110 |
Color Harmonies of #B261B1
Complementary color
Monochromatic Colors of #B261B1
Black with #B261B1
Text Example
Text Example
White with #B261B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261B1; }
p { color: rgb(178,97,177); }
H1.HeaderClassName
{
color: #B261B1;
}
.AnyTagClassName
{
color: #B261B1;
}
</style>
background-color css
<style>
a { background-color: #B261B1; }
a { background-color: rgb(178,97,177); }
div.DivClassName
{
background-color: #B261B1;
}
.BgClassName
{
background-color: #B261B1;
}
</style>
border-color css
<style>
span { border-color: #B261B1; }
span { border-color: rgb(178,97,177); }
td.TdClassName
{
border-color: #B261B1;
}
.TagClassName
{
border-color: #B261B1;
}
</style>