Shades of Fuchsia #B260BE
Tints of Fuchsia #B260BE
RGB
CMYK
RGB Variations
Color information
#B260BE (or 0xB260BE) is known color: Fuchsia. HEX triplet: B2, 60 and BE. RGB value is (178,96,190). Sum of RGB (Red+Green+Blue) = 178+96+190=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #B260BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260BE is #4D9F41. Grayscale: #828282. Windows color (decimal): -5087042 or 12476594. OLE color: 12476594.
HSL color Cylindrical-coordinate representation of color #B260BE: hue angle of 292.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B260BE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 96 | 190 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.25 |
| HSL | 292.34º | 0.42% | 0.56% | - |
| HSV(B) | 292.34º | 0.49% | 0.75% | - |
| XYZ | 31.84 | 21.55 | 51.2 | - |
| YUV | 131.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 190 | 0.06 | 0.49 | 0 | 0.25 | 292.34 | 0.42 | 0.56 |
| Hex | B2 | 60 | BE | 6 | 31 | 0 | 19 | 124 | 2A | 38 |
| Octal | 262 | 140 | 276 | 6 | 61 | 0 | 31 | 444 | 52 | 70 |
| Binary | 10110010 | 1100000 | 10111110 | 110 | 110001 | 0 | 11001 | 100100100 | 101010 | 111000 |
Color Harmonies of #B260BE
Complementary color
Monochromatic Colors of #B260BE
Black with #B260BE
Text Example
Text Example
White with #B260BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B260BE; }
p { color: rgb(178,96,190); }
H1.HeaderClassName
{
color: #B260BE;
}
.AnyTagClassName
{
color: #B260BE;
}
</style>
background-color css
<style>
a { background-color: #B260BE; }
a { background-color: rgb(178,96,190); }
div.DivClassName
{
background-color: #B260BE;
}
.BgClassName
{
background-color: #B260BE;
}
</style>
border-color css
<style>
span { border-color: #B260BE; }
span { border-color: rgb(178,96,190); }
td.TdClassName
{
border-color: #B260BE;
}
.TagClassName
{
border-color: #B260BE;
}
</style>