Shades of Fuchsia #B458AD
Tints of Fuchsia #B458AD
RGB
CMYK
RGB Variations
Color information
#B458AD (or 0xB458AD) is known color: Fuchsia. HEX triplet: B4, 58 and AD. RGB value is (180,88,173). Sum of RGB (Red+Green+Blue) = 180+88+173=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B458AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458AD is #4BA752. Grayscale: #7C7C7C. Windows color (decimal): -4958035 or 11360436. OLE color: 11360436.
HSL color Cylindrical-coordinate representation of color #B458AD: hue angle of 304.57º 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 #B458AD is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 173 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.29 |
| HSL | 304.57º | 0.38% | 0.53% | - |
| HSV(B) | 304.57º | 0.51% | 0.71% | - |
| XYZ | 29.85 | 19.7 | 41.76 | - |
| YUV | 125.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 173 | 0 | 0.51 | 0.04 | 0.29 | 304.57 | 0.38 | 0.53 |
| Hex | B4 | 58 | AD | 0 | 33 | 4 | 1D | 131 | 26 | 35 |
| Octal | 264 | 130 | 255 | 0 | 63 | 4 | 35 | 461 | 46 | 65 |
| Binary | 10110100 | 1011000 | 10101101 | 0 | 110011 | 100 | 11101 | 100110001 | 100110 | 110101 |
Color Harmonies of #B458AD
Complementary color
Monochromatic Colors of #B458AD
Black with #B458AD
Text Example
Text Example
White with #B458AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458AD; }
p { color: rgb(180,88,173); }
H1.HeaderClassName
{
color: #B458AD;
}
.AnyTagClassName
{
color: #B458AD;
}
</style>
background-color css
<style>
a { background-color: #B458AD; }
a { background-color: rgb(180,88,173); }
div.DivClassName
{
background-color: #B458AD;
}
.BgClassName
{
background-color: #B458AD;
}
</style>
border-color css
<style>
span { border-color: #B458AD; }
span { border-color: rgb(180,88,173); }
td.TdClassName
{
border-color: #B458AD;
}
.TagClassName
{
border-color: #B458AD;
}
</style>