Shades of Fuchsia #B841AB
Tints of Fuchsia #B841AB
RGB
CMYK
RGB Variations
Color information
#B841AB (or 0xB841AB) is known color: Fuchsia. HEX triplet: B8, 41 and AB. RGB value is (184,65,171). Sum of RGB (Red+Green+Blue) = 184+65+171=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B841AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841AB is #47BE54. Grayscale: #707070. Windows color (decimal): -4701781 or 11223480. OLE color: 11223480.
HSL color Cylindrical-coordinate representation of color #B841AB: hue angle of 306.55º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B841AB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 171 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.28 |
| HSL | 306.55º | 0.48% | 0.49% | - |
| HSV(B) | 306.55º | 0.65% | 0.72% | - |
| XYZ | 29.01 | 16.91 | 40.26 | - |
| YUV | 112.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 171 | 0 | 0.65 | 0.07 | 0.28 | 306.55 | 0.48 | 0.49 |
| Hex | B8 | 41 | AB | 0 | 41 | 7 | 1C | 133 | 30 | 31 |
| Octal | 270 | 101 | 253 | 0 | 101 | 7 | 34 | 463 | 60 | 61 |
| Binary | 10111000 | 1000001 | 10101011 | 0 | 1000001 | 111 | 11100 | 100110011 | 110000 | 110001 |
Color Harmonies of #B841AB
Complementary color
Monochromatic Colors of #B841AB
Black with #B841AB
Text Example
Text Example
White with #B841AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841AB; }
p { color: rgb(184,65,171); }
H1.HeaderClassName
{
color: #B841AB;
}
.AnyTagClassName
{
color: #B841AB;
}
</style>
background-color css
<style>
a { background-color: #B841AB; }
a { background-color: rgb(184,65,171); }
div.DivClassName
{
background-color: #B841AB;
}
.BgClassName
{
background-color: #B841AB;
}
</style>
border-color css
<style>
span { border-color: #B841AB; }
span { border-color: rgb(184,65,171); }
td.TdClassName
{
border-color: #B841AB;
}
.TagClassName
{
border-color: #B841AB;
}
</style>