Shades of Fuchsia #B83DA6
Tints of Fuchsia #B83DA6
RGB
CMYK
RGB Variations
Color information
#B83DA6 (or 0xB83DA6) is known color: Fuchsia. HEX triplet: B8, 3D and A6. RGB value is (184,61,166). Sum of RGB (Red+Green+Blue) = 184+61+166=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B83DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83DA6 is #47C259. Grayscale: #6D6D6D. Windows color (decimal): -4702810 or 10894776. OLE color: 10894776.
HSL color Cylindrical-coordinate representation of color #B83DA6: hue angle of 308.78º 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 #B83DA6 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 166 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.28 |
| HSL | 308.78º | 0.5% | 0.48% | - |
| HSV(B) | 308.78º | 0.67% | 0.72% | - |
| XYZ | 28.32 | 16.28 | 37.73 | - |
| YUV | 109.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 166 | 0 | 0.67 | 0.10 | 0.28 | 308.78 | 0.5 | 0.48 |
| Hex | B8 | 3D | A6 | 0 | 43 | A | 1C | 135 | 32 | 30 |
| Octal | 270 | 75 | 246 | 0 | 103 | 12 | 34 | 465 | 62 | 60 |
| Binary | 10111000 | 111101 | 10100110 | 0 | 1000011 | 1010 | 11100 | 100110101 | 110010 | 110000 |
Color Harmonies of #B83DA6
Complementary color
Monochromatic Colors of #B83DA6
Black with #B83DA6
Text Example
Text Example
White with #B83DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DA6; }
p { color: rgb(184,61,166); }
H1.HeaderClassName
{
color: #B83DA6;
}
.AnyTagClassName
{
color: #B83DA6;
}
</style>
background-color css
<style>
a { background-color: #B83DA6; }
a { background-color: rgb(184,61,166); }
div.DivClassName
{
background-color: #B83DA6;
}
.BgClassName
{
background-color: #B83DA6;
}
</style>
border-color css
<style>
span { border-color: #B83DA6; }
span { border-color: rgb(184,61,166); }
td.TdClassName
{
border-color: #B83DA6;
}
.TagClassName
{
border-color: #B83DA6;
}
</style>