Shades of Fuchsia #B83AB1
Tints of Fuchsia #B83AB1
RGB
CMYK
RGB Variations
Color information
#B83AB1 (or 0xB83AB1) is known color: Fuchsia. HEX triplet: B8, 3A and B1. RGB value is (184,58,177). Sum of RGB (Red+Green+Blue) = 184+58+177=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AB1 is #47C54E. Grayscale: #6C6C6C. Windows color (decimal): -4703567 or 11614904. OLE color: 11614904.
HSL color Cylindrical-coordinate representation of color #B83AB1: hue angle of 303.33º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83AB1 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 177 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.28 |
| HSL | 303.33º | 0.52% | 0.47% | - |
| HSV(B) | 303.33º | 0.68% | 0.72% | - |
| XYZ | 29.22 | 16.39 | 43.22 | - |
| YUV | 109.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 177 | 0 | 0.68 | 0.04 | 0.28 | 303.33 | 0.52 | 0.47 |
| Hex | B8 | 3A | B1 | 0 | 44 | 4 | 1C | 12F | 34 | 2F |
| Octal | 270 | 72 | 261 | 0 | 104 | 4 | 34 | 457 | 64 | 57 |
| Binary | 10111000 | 111010 | 10110001 | 0 | 1000100 | 100 | 11100 | 100101111 | 110100 | 101111 |
Color Harmonies of #B83AB1
Complementary color
Monochromatic Colors of #B83AB1
Black with #B83AB1
Text Example
Text Example
White with #B83AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83AB1; }
p { color: rgb(184,58,177); }
H1.HeaderClassName
{
color: #B83AB1;
}
.AnyTagClassName
{
color: #B83AB1;
}
</style>
background-color css
<style>
a { background-color: #B83AB1; }
a { background-color: rgb(184,58,177); }
div.DivClassName
{
background-color: #B83AB1;
}
.BgClassName
{
background-color: #B83AB1;
}
</style>
border-color css
<style>
span { border-color: #B83AB1; }
span { border-color: rgb(184,58,177); }
td.TdClassName
{
border-color: #B83AB1;
}
.TagClassName
{
border-color: #B83AB1;
}
</style>