Shades of Fuchsia #B83DA8
Tints of Fuchsia #B83DA8
RGB
CMYK
RGB Variations
Color information
#B83DA8 (or 0xB83DA8) is known color: Fuchsia. HEX triplet: B8, 3D and A8. RGB value is (184,61,168). Sum of RGB (Red+Green+Blue) = 184+61+168=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B83DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83DA8 is #47C257. Grayscale: #6D6D6D. Windows color (decimal): -4702808 or 11025848. OLE color: 11025848.
HSL color Cylindrical-coordinate representation of color #B83DA8: hue angle of 307.8º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83DA8 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 168 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.28 |
| HSL | 307.8º | 0.5% | 0.48% | - |
| HSV(B) | 307.8º | 0.67% | 0.72% | - |
| XYZ | 28.5 | 16.35 | 38.7 | - |
| YUV | 109.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 168 | 0 | 0.67 | 0.09 | 0.28 | 307.8 | 0.5 | 0.48 |
| Hex | B8 | 3D | A8 | 0 | 43 | 9 | 1C | 134 | 32 | 30 |
| Octal | 270 | 75 | 250 | 0 | 103 | 11 | 34 | 464 | 62 | 60 |
| Binary | 10111000 | 111101 | 10101000 | 0 | 1000011 | 1001 | 11100 | 100110100 | 110010 | 110000 |
Color Harmonies of #B83DA8
Complementary color
Monochromatic Colors of #B83DA8
Black with #B83DA8
Text Example
Text Example
White with #B83DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DA8; }
p { color: rgb(184,61,168); }
H1.HeaderClassName
{
color: #B83DA8;
}
.AnyTagClassName
{
color: #B83DA8;
}
</style>
background-color css
<style>
a { background-color: #B83DA8; }
a { background-color: rgb(184,61,168); }
div.DivClassName
{
background-color: #B83DA8;
}
.BgClassName
{
background-color: #B83DA8;
}
</style>
border-color css
<style>
span { border-color: #B83DA8; }
span { border-color: rgb(184,61,168); }
td.TdClassName
{
border-color: #B83DA8;
}
.TagClassName
{
border-color: #B83DA8;
}
</style>