Shades of Fuchsia #B841A6
Tints of Fuchsia #B841A6
RGB
CMYK
RGB Variations
Color information
#B841A6 (or 0xB841A6) is known color: Fuchsia. HEX triplet: B8, 41 and A6. RGB value is (184,65,166). Sum of RGB (Red+Green+Blue) = 184+65+166=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B841A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841A6 is #47BE59. Grayscale: #6F6F6F. Windows color (decimal): -4701786 or 10895800. OLE color: 10895800.
HSL color Cylindrical-coordinate representation of color #B841A6: hue angle of 309.08º 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 #B841A6 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 166 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.28 |
| HSL | 309.08º | 0.48% | 0.49% | - |
| HSV(B) | 309.08º | 0.65% | 0.72% | - |
| XYZ | 28.54 | 16.72 | 37.8 | - |
| YUV | 112.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 166 | 0 | 0.65 | 0.10 | 0.28 | 309.08 | 0.48 | 0.49 |
| Hex | B8 | 41 | A6 | 0 | 41 | A | 1C | 135 | 30 | 31 |
| Octal | 270 | 101 | 246 | 0 | 101 | 12 | 34 | 465 | 60 | 61 |
| Binary | 10111000 | 1000001 | 10100110 | 0 | 1000001 | 1010 | 11100 | 100110101 | 110000 | 110001 |
Color Harmonies of #B841A6
Complementary color
Monochromatic Colors of #B841A6
Black with #B841A6
Text Example
Text Example
White with #B841A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B841A6; }
p { color: rgb(184,65,166); }
H1.HeaderClassName
{
color: #B841A6;
}
.AnyTagClassName
{
color: #B841A6;
}
</style>
background-color css
<style>
a { background-color: #B841A6; }
a { background-color: rgb(184,65,166); }
div.DivClassName
{
background-color: #B841A6;
}
.BgClassName
{
background-color: #B841A6;
}
</style>
border-color css
<style>
span { border-color: #B841A6; }
span { border-color: rgb(184,65,166); }
td.TdClassName
{
border-color: #B841A6;
}
.TagClassName
{
border-color: #B841A6;
}
</style>