Shades of Fuchsia #B83BA9
Tints of Fuchsia #B83BA9
RGB
CMYK
RGB Variations
Color information
#B83BA9 (or 0xB83BA9) is known color: Fuchsia. HEX triplet: B8, 3B and A9. RGB value is (184,59,169). Sum of RGB (Red+Green+Blue) = 184+59+169=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83BA9 is #47C456. Grayscale: #6C6C6C. Windows color (decimal): -4703319 or 11090872. OLE color: 11090872.
HSL color Cylindrical-coordinate representation of color #B83BA9: hue angle of 307.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83BA9 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 169 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.28 |
| HSL | 307.2º | 0.51% | 0.48% | - |
| HSV(B) | 307.2º | 0.68% | 0.72% | - |
| XYZ | 28.49 | 16.18 | 39.16 | - |
| YUV | 108.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 169 | 0 | 0.68 | 0.08 | 0.28 | 307.2 | 0.51 | 0.48 |
| Hex | B8 | 3B | A9 | 0 | 44 | 8 | 1C | 133 | 33 | 30 |
| Octal | 270 | 73 | 251 | 0 | 104 | 10 | 34 | 463 | 63 | 60 |
| Binary | 10111000 | 111011 | 10101001 | 0 | 1000100 | 1000 | 11100 | 100110011 | 110011 | 110000 |
Color Harmonies of #B83BA9
Complementary color
Monochromatic Colors of #B83BA9
Black with #B83BA9
Text Example
Text Example
White with #B83BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BA9; }
p { color: rgb(184,59,169); }
H1.HeaderClassName
{
color: #B83BA9;
}
.AnyTagClassName
{
color: #B83BA9;
}
</style>
background-color css
<style>
a { background-color: #B83BA9; }
a { background-color: rgb(184,59,169); }
div.DivClassName
{
background-color: #B83BA9;
}
.BgClassName
{
background-color: #B83BA9;
}
</style>
border-color css
<style>
span { border-color: #B83BA9; }
span { border-color: rgb(184,59,169); }
td.TdClassName
{
border-color: #B83BA9;
}
.TagClassName
{
border-color: #B83BA9;
}
</style>