Shades of Fuchsia #B359BA
Tints of Fuchsia #B359BA
RGB
CMYK
RGB Variations
Color information
#B359BA (or 0xB359BA) is known color: Fuchsia. HEX triplet: B3, 59 and BA. RGB value is (179,89,186). Sum of RGB (Red+Green+Blue) = 179+89+186=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B359BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359BA is #4CA645. Grayscale: #7E7E7E. Windows color (decimal): -5023302 or 12212659. OLE color: 12212659.
HSL color Cylindrical-coordinate representation of color #B359BA: hue angle of 295.67º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B359BA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 89 | 186 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.27 |
| HSL | 295.67º | 0.41% | 0.54% | - |
| HSV(B) | 295.67º | 0.52% | 0.73% | - |
| XYZ | 31.03 | 20.27 | 48.73 | - |
| YUV | 126.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 186 | 0.04 | 0.52 | 0 | 0.27 | 295.67 | 0.41 | 0.54 |
| Hex | B3 | 59 | BA | 4 | 34 | 0 | 1B | 128 | 29 | 36 |
| Octal | 263 | 131 | 272 | 4 | 64 | 0 | 33 | 450 | 51 | 66 |
| Binary | 10110011 | 1011001 | 10111010 | 100 | 110100 | 0 | 11011 | 100101000 | 101001 | 110110 |
Color Harmonies of #B359BA
Complementary color
Monochromatic Colors of #B359BA
Black with #B359BA
Text Example
Text Example
White with #B359BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359BA; }
p { color: rgb(179,89,186); }
H1.HeaderClassName
{
color: #B359BA;
}
.AnyTagClassName
{
color: #B359BA;
}
</style>
background-color css
<style>
a { background-color: #B359BA; }
a { background-color: rgb(179,89,186); }
div.DivClassName
{
background-color: #B359BA;
}
.BgClassName
{
background-color: #B359BA;
}
</style>
border-color css
<style>
span { border-color: #B359BA; }
span { border-color: rgb(179,89,186); }
td.TdClassName
{
border-color: #B359BA;
}
.TagClassName
{
border-color: #B359BA;
}
</style>