Shades of Fuchsia #B456AC
Tints of Fuchsia #B456AC
RGB
CMYK
RGB Variations
Color information
#B456AC (or 0xB456AC) is known color: Fuchsia. HEX triplet: B4, 56 and AC. RGB value is (180,86,172). Sum of RGB (Red+Green+Blue) = 180+86+172=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B456AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456AC is #4BA953. Grayscale: #7B7B7B. Windows color (decimal): -4958548 or 11294388. OLE color: 11294388.
HSL color Cylindrical-coordinate representation of color #B456AC: hue angle of 305.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B456AC is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 172 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.29 |
| HSL | 305.11º | 0.39% | 0.52% | - |
| HSV(B) | 305.11º | 0.52% | 0.71% | - |
| XYZ | 29.6 | 19.34 | 41.2 | - |
| YUV | 123.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 172 | 0 | 0.52 | 0.04 | 0.29 | 305.11 | 0.39 | 0.52 |
| Hex | B4 | 56 | AC | 0 | 34 | 4 | 1D | 131 | 27 | 34 |
| Octal | 264 | 126 | 254 | 0 | 64 | 4 | 35 | 461 | 47 | 64 |
| Binary | 10110100 | 1010110 | 10101100 | 0 | 110100 | 100 | 11101 | 100110001 | 100111 | 110100 |
Color Harmonies of #B456AC
Complementary color
Monochromatic Colors of #B456AC
Black with #B456AC
Text Example
Text Example
White with #B456AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456AC; }
p { color: rgb(180,86,172); }
H1.HeaderClassName
{
color: #B456AC;
}
.AnyTagClassName
{
color: #B456AC;
}
</style>
background-color css
<style>
a { background-color: #B456AC; }
a { background-color: rgb(180,86,172); }
div.DivClassName
{
background-color: #B456AC;
}
.BgClassName
{
background-color: #B456AC;
}
</style>
border-color css
<style>
span { border-color: #B456AC; }
span { border-color: rgb(180,86,172); }
td.TdClassName
{
border-color: #B456AC;
}
.TagClassName
{
border-color: #B456AC;
}
</style>