Shades of Fuchsia #B456B0
Tints of Fuchsia #B456B0
RGB
CMYK
RGB Variations
Color information
#B456B0 (or 0xB456B0) is known color: Fuchsia. HEX triplet: B4, 56 and B0. RGB value is (180,86,176). Sum of RGB (Red+Green+Blue) = 180+86+176=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B456B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B456B0 is #4BA94F. Grayscale: #7C7C7C. Windows color (decimal): -4958544 or 11556532. OLE color: 11556532.
HSL color Cylindrical-coordinate representation of color #B456B0: hue angle of 302.55º 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 #B456B0 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 176 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.29 |
| HSL | 302.55º | 0.39% | 0.52% | - |
| HSV(B) | 302.55º | 0.52% | 0.71% | - |
| XYZ | 29.99 | 19.49 | 43.26 | - |
| YUV | 124.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 176 | 0 | 0.52 | 0.02 | 0.29 | 302.55 | 0.39 | 0.52 |
| Hex | B4 | 56 | B0 | 0 | 34 | 2 | 1D | 12F | 27 | 34 |
| Octal | 264 | 126 | 260 | 0 | 64 | 2 | 35 | 457 | 47 | 64 |
| Binary | 10110100 | 1010110 | 10110000 | 0 | 110100 | 10 | 11101 | 100101111 | 100111 | 110100 |
Color Harmonies of #B456B0
Complementary color
Monochromatic Colors of #B456B0
Black with #B456B0
Text Example
Text Example
White with #B456B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B456B0; }
p { color: rgb(180,86,176); }
H1.HeaderClassName
{
color: #B456B0;
}
.AnyTagClassName
{
color: #B456B0;
}
</style>
background-color css
<style>
a { background-color: #B456B0; }
a { background-color: rgb(180,86,176); }
div.DivClassName
{
background-color: #B456B0;
}
.BgClassName
{
background-color: #B456B0;
}
</style>
border-color css
<style>
span { border-color: #B456B0; }
span { border-color: rgb(180,86,176); }
td.TdClassName
{
border-color: #B456B0;
}
.TagClassName
{
border-color: #B456B0;
}
</style>