Shades of Fuchsia #B458B2
Tints of Fuchsia #B458B2
RGB
CMYK
RGB Variations
Color information
#B458B2 (or 0xB458B2) is known color: Fuchsia. HEX triplet: B4, 58 and B2. RGB value is (180,88,178). Sum of RGB (Red+Green+Blue) = 180+88+178=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B458B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B458B2 is #4BA74D. Grayscale: #7D7D7D. Windows color (decimal): -4958030 or 11688116. OLE color: 11688116.
HSL color Cylindrical-coordinate representation of color #B458B2: hue angle of 301.3º 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 #B458B2 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 178 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.29 |
| HSL | 301.3º | 0.38% | 0.53% | - |
| HSV(B) | 301.3º | 0.51% | 0.71% | - |
| XYZ | 30.35 | 19.9 | 44.36 | - |
| YUV | 125.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 178 | 0 | 0.51 | 0.01 | 0.29 | 301.3 | 0.38 | 0.53 |
| Hex | B4 | 58 | B2 | 0 | 33 | 1 | 1D | 12D | 26 | 35 |
| Octal | 264 | 130 | 262 | 0 | 63 | 1 | 35 | 455 | 46 | 65 |
| Binary | 10110100 | 1011000 | 10110010 | 0 | 110011 | 1 | 11101 | 100101101 | 100110 | 110101 |
Color Harmonies of #B458B2
Complementary color
Monochromatic Colors of #B458B2
Black with #B458B2
Text Example
Text Example
White with #B458B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458B2; }
p { color: rgb(180,88,178); }
H1.HeaderClassName
{
color: #B458B2;
}
.AnyTagClassName
{
color: #B458B2;
}
</style>
background-color css
<style>
a { background-color: #B458B2; }
a { background-color: rgb(180,88,178); }
div.DivClassName
{
background-color: #B458B2;
}
.BgClassName
{
background-color: #B458B2;
}
</style>
border-color css
<style>
span { border-color: #B458B2; }
span { border-color: rgb(180,88,178); }
td.TdClassName
{
border-color: #B458B2;
}
.TagClassName
{
border-color: #B458B2;
}
</style>