Shades of Fuchsia #B850A8
Tints of Fuchsia #B850A8
RGB
CMYK
RGB Variations
Color information
#B850A8 (or 0xB850A8) is known color: Fuchsia. HEX triplet: B8, 50 and A8. RGB value is (184,80,168). Sum of RGB (Red+Green+Blue) = 184+80+168=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B850A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B850A8 is #47AF57. Grayscale: #787878. Windows color (decimal): -4697944 or 11030712. OLE color: 11030712.
HSL color Cylindrical-coordinate representation of color #B850A8: hue angle of 309.23º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B850A8 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 168 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.28 |
| HSL | 309.23º | 0.42% | 0.52% | - |
| HSV(B) | 309.23º | 0.57% | 0.72% | - |
| XYZ | 29.7 | 18.75 | 39.1 | - |
| YUV | 121.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 168 | 0 | 0.57 | 0.09 | 0.28 | 309.23 | 0.42 | 0.52 |
| Hex | B8 | 50 | A8 | 0 | 39 | 9 | 1C | 135 | 2A | 34 |
| Octal | 270 | 120 | 250 | 0 | 71 | 11 | 34 | 465 | 52 | 64 |
| Binary | 10111000 | 1010000 | 10101000 | 0 | 111001 | 1001 | 11100 | 100110101 | 101010 | 110100 |
Color Harmonies of #B850A8
Complementary color
Monochromatic Colors of #B850A8
Black with #B850A8
Text Example
Text Example
White with #B850A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850A8; }
p { color: rgb(184,80,168); }
H1.HeaderClassName
{
color: #B850A8;
}
.AnyTagClassName
{
color: #B850A8;
}
</style>
background-color css
<style>
a { background-color: #B850A8; }
a { background-color: rgb(184,80,168); }
div.DivClassName
{
background-color: #B850A8;
}
.BgClassName
{
background-color: #B850A8;
}
</style>
border-color css
<style>
span { border-color: #B850A8; }
span { border-color: rgb(184,80,168); }
td.TdClassName
{
border-color: #B850A8;
}
.TagClassName
{
border-color: #B850A8;
}
</style>