Shades of Fuchsia #B831AA
Tints of Fuchsia #B831AA
RGB
CMYK
RGB Variations
Color information
#B831AA (or 0xB831AA) is known color: Fuchsia. HEX triplet: B8, 31 and AA. RGB value is (184,49,170). Sum of RGB (Red+Green+Blue) = 184+49+170=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B831AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B831AA is #47CE55. Grayscale: #666666. Windows color (decimal): -4705878 or 11153848. OLE color: 11153848.
HSL color Cylindrical-coordinate representation of color #B831AA: hue angle of 306.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B831AA is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 170 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.28 |
| HSL | 306.22º | 0.58% | 0.46% | - |
| HSV(B) | 306.22º | 0.73% | 0.72% | - |
| XYZ | 28.12 | 15.29 | 39.5 | - |
| YUV | 103.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 170 | 0 | 0.73 | 0.08 | 0.28 | 306.22 | 0.58 | 0.46 |
| Hex | B8 | 31 | AA | 0 | 49 | 8 | 1C | 132 | 3A | 2E |
| Octal | 270 | 61 | 252 | 0 | 111 | 10 | 34 | 462 | 72 | 56 |
| Binary | 10111000 | 110001 | 10101010 | 0 | 1001001 | 1000 | 11100 | 100110010 | 111010 | 101110 |
Color Harmonies of #B831AA
Complementary color
Monochromatic Colors of #B831AA
Black with #B831AA
Text Example
Text Example
White with #B831AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831AA; }
p { color: rgb(184,49,170); }
H1.HeaderClassName
{
color: #B831AA;
}
.AnyTagClassName
{
color: #B831AA;
}
</style>
background-color css
<style>
a { background-color: #B831AA; }
a { background-color: rgb(184,49,170); }
div.DivClassName
{
background-color: #B831AA;
}
.BgClassName
{
background-color: #B831AA;
}
</style>
border-color css
<style>
span { border-color: #B831AA; }
span { border-color: rgb(184,49,170); }
td.TdClassName
{
border-color: #B831AA;
}
.TagClassName
{
border-color: #B831AA;
}
</style>