Shades of Fuchsia #B850AB
Tints of Fuchsia #B850AB
RGB
CMYK
RGB Variations
Color information
#B850AB (or 0xB850AB) is known color: Fuchsia. HEX triplet: B8, 50 and AB. RGB value is (184,80,171). Sum of RGB (Red+Green+Blue) = 184+80+171=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B850AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B850AB is #47AF54. Grayscale: #797979. Windows color (decimal): -4697941 or 11227320. OLE color: 11227320.
HSL color Cylindrical-coordinate representation of color #B850AB: hue angle of 307.5º 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 #B850AB is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 171 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.28 |
| HSL | 307.5º | 0.42% | 0.52% | - |
| HSV(B) | 307.5º | 0.57% | 0.72% | - |
| XYZ | 29.99 | 18.87 | 40.59 | - |
| YUV | 121.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 171 | 0 | 0.57 | 0.07 | 0.28 | 307.5 | 0.42 | 0.52 |
| Hex | B8 | 50 | AB | 0 | 39 | 7 | 1C | 134 | 2A | 34 |
| Octal | 270 | 120 | 253 | 0 | 71 | 7 | 34 | 464 | 52 | 64 |
| Binary | 10111000 | 1010000 | 10101011 | 0 | 111001 | 111 | 11100 | 100110100 | 101010 | 110100 |
Color Harmonies of #B850AB
Complementary color
Monochromatic Colors of #B850AB
Black with #B850AB
Text Example
Text Example
White with #B850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850AB; }
p { color: rgb(184,80,171); }
H1.HeaderClassName
{
color: #B850AB;
}
.AnyTagClassName
{
color: #B850AB;
}
</style>
background-color css
<style>
a { background-color: #B850AB; }
a { background-color: rgb(184,80,171); }
div.DivClassName
{
background-color: #B850AB;
}
.BgClassName
{
background-color: #B850AB;
}
</style>
border-color css
<style>
span { border-color: #B850AB; }
span { border-color: rgb(184,80,171); }
td.TdClassName
{
border-color: #B850AB;
}
.TagClassName
{
border-color: #B850AB;
}
</style>