Shades of Fuchsia #B863AD
Tints of Fuchsia #B863AD
RGB
CMYK
RGB Variations
Color information
#B863AD (or 0xB863AD) is known color: Fuchsia. HEX triplet: B8, 63 and AD. RGB value is (184,99,173). Sum of RGB (Red+Green+Blue) = 184+99+173=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B863AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B863AD is #479C52. Grayscale: #848484. Windows color (decimal): -4693075 or 11363256. OLE color: 11363256.
HSL color Cylindrical-coordinate representation of color #B863AD: hue angle of 307.76º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B863AD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 173 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.28 |
| HSL | 307.76º | 0.37% | 0.55% | - |
| HSV(B) | 307.76º | 0.46% | 0.72% | - |
| XYZ | 31.77 | 22.13 | 42.13 | - |
| YUV | 132.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 173 | 0 | 0.46 | 0.06 | 0.28 | 307.76 | 0.37 | 0.55 |
| Hex | B8 | 63 | AD | 0 | 2E | 6 | 1C | 134 | 25 | 37 |
| Octal | 270 | 143 | 255 | 0 | 56 | 6 | 34 | 464 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10101101 | 0 | 101110 | 110 | 11100 | 100110100 | 100101 | 110111 |
Color Harmonies of #B863AD
Complementary color
Monochromatic Colors of #B863AD
Black with #B863AD
Text Example
Text Example
White with #B863AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863AD; }
p { color: rgb(184,99,173); }
H1.HeaderClassName
{
color: #B863AD;
}
.AnyTagClassName
{
color: #B863AD;
}
</style>
background-color css
<style>
a { background-color: #B863AD; }
a { background-color: rgb(184,99,173); }
div.DivClassName
{
background-color: #B863AD;
}
.BgClassName
{
background-color: #B863AD;
}
</style>
border-color css
<style>
span { border-color: #B863AD; }
span { border-color: rgb(184,99,173); }
td.TdClassName
{
border-color: #B863AD;
}
.TagClassName
{
border-color: #B863AD;
}
</style>