Shades of Fuchsia #B458B0
Tints of Fuchsia #B458B0
RGB
CMYK
RGB Variations
Color information
#B458B0 (or 0xB458B0) is known color: Fuchsia. HEX triplet: B4, 58 and B0. RGB value is (180,88,176). Sum of RGB (Red+Green+Blue) = 180+88+176=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B458B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458B0 is #4BA74F. Grayscale: #7D7D7D. Windows color (decimal): -4958032 or 11557044. OLE color: 11557044.
HSL color Cylindrical-coordinate representation of color #B458B0: hue angle of 302.61º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B458B0 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 176 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.29 |
| HSL | 302.61º | 0.38% | 0.53% | - |
| HSV(B) | 302.61º | 0.51% | 0.71% | - |
| XYZ | 30.15 | 19.82 | 43.31 | - |
| YUV | 125.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 176 | 0 | 0.51 | 0.02 | 0.29 | 302.61 | 0.38 | 0.53 |
| Hex | B4 | 58 | B0 | 0 | 33 | 2 | 1D | 12F | 26 | 35 |
| Octal | 264 | 130 | 260 | 0 | 63 | 2 | 35 | 457 | 46 | 65 |
| Binary | 10110100 | 1011000 | 10110000 | 0 | 110011 | 10 | 11101 | 100101111 | 100110 | 110101 |
Color Harmonies of #B458B0
Complementary color
Monochromatic Colors of #B458B0
Black with #B458B0
Text Example
Text Example
White with #B458B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458B0; }
p { color: rgb(180,88,176); }
H1.HeaderClassName
{
color: #B458B0;
}
.AnyTagClassName
{
color: #B458B0;
}
</style>
background-color css
<style>
a { background-color: #B458B0; }
a { background-color: rgb(180,88,176); }
div.DivClassName
{
background-color: #B458B0;
}
.BgClassName
{
background-color: #B458B0;
}
</style>
border-color css
<style>
span { border-color: #B458B0; }
span { border-color: rgb(180,88,176); }
td.TdClassName
{
border-color: #B458B0;
}
.TagClassName
{
border-color: #B458B0;
}
</style>