Shades of Fuchsia #B05AB8
Tints of Fuchsia #B05AB8
RGB
CMYK
RGB Variations
Color information
#B05AB8 (or 0xB05AB8) is known color: Fuchsia. HEX triplet: B0, 5A and B8. RGB value is (176,90,184). Sum of RGB (Red+Green+Blue) = 176+90+184=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #B05AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AB8 is #4FA547. Grayscale: #7E7E7E. Windows color (decimal): -5219656 or 12081840. OLE color: 12081840.
HSL color Cylindrical-coordinate representation of color #B05AB8: hue angle of 294.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05AB8 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 176 | 90 | 184 | - |
CMYK | 0.04 | 0.51 | 0 | 0.28 |
HSL | 294.89º | 0.4% | 0.54% | - |
HSV(B) | 294.89º | 0.51% | 0.72% | - |
XYZ | 30.21 | 20 | 47.62 | - |
YUV | 126.43 | 160.49 | 163.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 90 | 184 | 0.04 | 0.51 | 0 | 0.28 | 294.89 | 0.4 | 0.54 |
Hex | B0 | 5A | B8 | 4 | 33 | 0 | 1C | 127 | 28 | 36 |
Octal | 260 | 132 | 270 | 4 | 63 | 0 | 34 | 447 | 50 | 66 |
Binary | 10110000 | 1011010 | 10111000 | 100 | 110011 | 0 | 11100 | 100100111 | 101000 | 110110 |
Color Harmonies of #B05AB8
Complementary color
Monochromatic Colors of #B05AB8
Black with #B05AB8
Text Example
Text Example
White with #B05AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AB8; }
p { color: rgb(176,90,184); }
H1.HeaderClassName
{
color: #B05AB8;
}
.AnyTagClassName
{
color: #B05AB8;
}
</style>
background-color css
<style>
a { background-color: #B05AB8; }
a { background-color: rgb(176,90,184); }
div.DivClassName
{
background-color: #B05AB8;
}
.BgClassName
{
background-color: #B05AB8;
}
</style>
border-color css
<style>
span { border-color: #B05AB8; }
span { border-color: rgb(176,90,184); }
td.TdClassName
{
border-color: #B05AB8;
}
.TagClassName
{
border-color: #B05AB8;
}
</style>