Shades of Fuchsia #B83BAC
Tints of Fuchsia #B83BAC
RGB
CMYK
RGB Variations
Color information
#B83BAC (or 0xB83BAC) is known color: Fuchsia. HEX triplet: B8, 3B and AC. RGB value is (184,59,172). Sum of RGB (Red+Green+Blue) = 184+59+172=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83BAC is #47C453. Grayscale: #6C6C6C. Windows color (decimal): -4703316 or 11287480. OLE color: 11287480.
HSL color Cylindrical-coordinate representation of color #B83BAC: hue angle of 305.76º 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 #B83BAC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 172 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.28 |
| HSL | 305.76º | 0.51% | 0.48% | - |
| HSV(B) | 305.76º | 0.68% | 0.72% | - |
| XYZ | 28.78 | 16.3 | 40.66 | - |
| YUV | 109.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 172 | 0 | 0.68 | 0.07 | 0.28 | 305.76 | 0.51 | 0.48 |
| Hex | B8 | 3B | AC | 0 | 44 | 7 | 1C | 132 | 33 | 30 |
| Octal | 270 | 73 | 254 | 0 | 104 | 7 | 34 | 462 | 63 | 60 |
| Binary | 10111000 | 111011 | 10101100 | 0 | 1000100 | 111 | 11100 | 100110010 | 110011 | 110000 |
Color Harmonies of #B83BAC
Complementary color
Monochromatic Colors of #B83BAC
Black with #B83BAC
Text Example
Text Example
White with #B83BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BAC; }
p { color: rgb(184,59,172); }
H1.HeaderClassName
{
color: #B83BAC;
}
.AnyTagClassName
{
color: #B83BAC;
}
</style>
background-color css
<style>
a { background-color: #B83BAC; }
a { background-color: rgb(184,59,172); }
div.DivClassName
{
background-color: #B83BAC;
}
.BgClassName
{
background-color: #B83BAC;
}
</style>
border-color css
<style>
span { border-color: #B83BAC; }
span { border-color: rgb(184,59,172); }
td.TdClassName
{
border-color: #B83BAC;
}
.TagClassName
{
border-color: #B83BAC;
}
</style>