Shades of Fuchsia #B260B1
Tints of Fuchsia #B260B1
RGB
CMYK
RGB Variations
Color information
#B260B1 (or 0xB260B1) is known color: Fuchsia. HEX triplet: B2, 60 and B1. RGB value is (178,96,177). Sum of RGB (Red+Green+Blue) = 178+96+177=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B260B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260B1 is #4D9F4E. Grayscale: #818181. Windows color (decimal): -5087055 or 11624626. OLE color: 11624626.
HSL color Cylindrical-coordinate representation of color #B260B1: hue angle of 300.73º degrees, saturation: 0.35, 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 #B260B1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 177 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.30 |
| HSL | 300.73º | 0.35% | 0.54% | - |
| HSV(B) | 300.73º | 0.46% | 0.7% | - |
| XYZ | 30.48 | 21.01 | 44.04 | - |
| YUV | 129.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 177 | 0 | 0.46 | 0.01 | 0.30 | 300.73 | 0.35 | 0.54 |
| Hex | B2 | 60 | B1 | 0 | 2E | 1 | 1E | 12D | 23 | 36 |
| Octal | 262 | 140 | 261 | 0 | 56 | 1 | 36 | 455 | 43 | 66 |
| Binary | 10110010 | 1100000 | 10110001 | 0 | 101110 | 1 | 11110 | 100101101 | 100011 | 110110 |
Color Harmonies of #B260B1
Complementary color
Monochromatic Colors of #B260B1
Black with #B260B1
Text Example
Text Example
White with #B260B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260B1; }
p { color: rgb(178,96,177); }
H1.HeaderClassName
{
color: #B260B1;
}
.AnyTagClassName
{
color: #B260B1;
}
</style>
background-color css
<style>
a { background-color: #B260B1; }
a { background-color: rgb(178,96,177); }
div.DivClassName
{
background-color: #B260B1;
}
.BgClassName
{
background-color: #B260B1;
}
</style>
border-color css
<style>
span { border-color: #B260B1; }
span { border-color: rgb(178,96,177); }
td.TdClassName
{
border-color: #B260B1;
}
.TagClassName
{
border-color: #B260B1;
}
</style>