Shades of Fuchsia #B046AD
Tints of Fuchsia #B046AD
RGB
CMYK
RGB Variations
Color information
#B046AD (or 0xB046AD) is known color: Fuchsia. HEX triplet: B0, 46 and AD. RGB value is (176,70,173). Sum of RGB (Red+Green+Blue) = 176+70+173=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B046AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046AD is #4FB952. Grayscale: #717171. Windows color (decimal): -5224787 or 11355824. OLE color: 11355824.
HSL color Cylindrical-coordinate representation of color #B046AD: hue angle of 301.7º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B046AD is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 173 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.31 |
| HSL | 301.7º | 0.43% | 0.48% | - |
| HSV(B) | 301.7º | 0.6% | 0.69% | - |
| XYZ | 27.64 | 16.63 | 41.29 | - |
| YUV | 113.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 173 | 0 | 0.60 | 0.02 | 0.31 | 301.7 | 0.43 | 0.48 |
| Hex | B0 | 46 | AD | 0 | 3C | 2 | 1F | 12E | 2B | 30 |
| Octal | 260 | 106 | 255 | 0 | 74 | 2 | 37 | 456 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10101101 | 0 | 111100 | 10 | 11111 | 100101110 | 101011 | 110000 |
Color Harmonies of #B046AD
Complementary color
Monochromatic Colors of #B046AD
Black with #B046AD
Text Example
Text Example
White with #B046AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046AD; }
p { color: rgb(176,70,173); }
H1.HeaderClassName
{
color: #B046AD;
}
.AnyTagClassName
{
color: #B046AD;
}
</style>
background-color css
<style>
a { background-color: #B046AD; }
a { background-color: rgb(176,70,173); }
div.DivClassName
{
background-color: #B046AD;
}
.BgClassName
{
background-color: #B046AD;
}
</style>
border-color css
<style>
span { border-color: #B046AD; }
span { border-color: rgb(176,70,173); }
td.TdClassName
{
border-color: #B046AD;
}
.TagClassName
{
border-color: #B046AD;
}
</style>