Shades of Fuchsia #B260BD
Tints of Fuchsia #B260BD
RGB
CMYK
RGB Variations
Color information
#B260BD (or 0xB260BD) is known color: Fuchsia. HEX triplet: B2, 60 and BD. RGB value is (178,96,189). Sum of RGB (Red+Green+Blue) = 178+96+189=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #B260BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260BD is #4D9F42. Grayscale: #828282. Windows color (decimal): -5087043 or 12411058. OLE color: 12411058.
HSL color Cylindrical-coordinate representation of color #B260BD: hue angle of 292.9º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B260BD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 96 | 189 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.26 |
| HSL | 292.9º | 0.41% | 0.56% | - |
| HSV(B) | 292.9º | 0.49% | 0.74% | - |
| XYZ | 31.73 | 21.5 | 50.62 | - |
| YUV | 131.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 189 | 0.06 | 0.49 | 0 | 0.26 | 292.9 | 0.41 | 0.56 |
| Hex | B2 | 60 | BD | 6 | 31 | 0 | 1A | 125 | 29 | 38 |
| Octal | 262 | 140 | 275 | 6 | 61 | 0 | 32 | 445 | 51 | 70 |
| Binary | 10110010 | 1100000 | 10111101 | 110 | 110001 | 0 | 11010 | 100100101 | 101001 | 111000 |
Color Harmonies of #B260BD
Complementary color
Monochromatic Colors of #B260BD
Black with #B260BD
Text Example
Text Example
White with #B260BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260BD; }
p { color: rgb(178,96,189); }
H1.HeaderClassName
{
color: #B260BD;
}
.AnyTagClassName
{
color: #B260BD;
}
</style>
background-color css
<style>
a { background-color: #B260BD; }
a { background-color: rgb(178,96,189); }
div.DivClassName
{
background-color: #B260BD;
}
.BgClassName
{
background-color: #B260BD;
}
</style>
border-color css
<style>
span { border-color: #B260BD; }
span { border-color: rgb(178,96,189); }
td.TdClassName
{
border-color: #B260BD;
}
.TagClassName
{
border-color: #B260BD;
}
</style>