Shades of Fuchsia #B058BA
Tints of Fuchsia #B058BA
RGB
CMYK
RGB Variations
Color information
#B058BA (or 0xB058BA) is known color: Fuchsia. HEX triplet: B0, 58 and BA. RGB value is (176,88,186). Sum of RGB (Red+Green+Blue) = 176+88+186=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B058BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058BA is #4FA745. Grayscale: #7D7D7D. Windows color (decimal): -5220166 or 12212400. OLE color: 12212400.
HSL color Cylindrical-coordinate representation of color #B058BA: hue angle of 293.88º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B058BA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 88 | 186 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.27 |
| HSL | 293.88º | 0.42% | 0.54% | - |
| HSV(B) | 293.88º | 0.53% | 0.73% | - |
| XYZ | 30.26 | 19.75 | 48.67 | - |
| YUV | 125.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 186 | 0.05 | 0.53 | 0 | 0.27 | 293.88 | 0.42 | 0.54 |
| Hex | B0 | 58 | BA | 5 | 35 | 0 | 1B | 126 | 2A | 36 |
| Octal | 260 | 130 | 272 | 5 | 65 | 0 | 33 | 446 | 52 | 66 |
| Binary | 10110000 | 1011000 | 10111010 | 101 | 110101 | 0 | 11011 | 100100110 | 101010 | 110110 |
Color Harmonies of #B058BA
Complementary color
Monochromatic Colors of #B058BA
Black with #B058BA
Text Example
Text Example
White with #B058BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058BA; }
p { color: rgb(176,88,186); }
H1.HeaderClassName
{
color: #B058BA;
}
.AnyTagClassName
{
color: #B058BA;
}
</style>
background-color css
<style>
a { background-color: #B058BA; }
a { background-color: rgb(176,88,186); }
div.DivClassName
{
background-color: #B058BA;
}
.BgClassName
{
background-color: #B058BA;
}
</style>
border-color css
<style>
span { border-color: #B058BA; }
span { border-color: rgb(176,88,186); }
td.TdClassName
{
border-color: #B058BA;
}
.TagClassName
{
border-color: #B058BA;
}
</style>