Shades of Fuchsia #B83FAB
Tints of Fuchsia #B83FAB
RGB
CMYK
RGB Variations
Color information
#B83FAB (or 0xB83FAB) is known color: Fuchsia. HEX triplet: B8, 3F and AB. RGB value is (184,63,171). Sum of RGB (Red+Green+Blue) = 184+63+171=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B83FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83FAB is #47C054. Grayscale: #6F6F6F. Windows color (decimal): -4702293 or 11222968. OLE color: 11222968.
HSL color Cylindrical-coordinate representation of color #B83FAB: hue angle of 306.45º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83FAB is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 171 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.28 |
| HSL | 306.45º | 0.49% | 0.48% | - |
| HSV(B) | 306.45º | 0.66% | 0.72% | - |
| XYZ | 28.9 | 16.69 | 40.23 | - |
| YUV | 111.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 171 | 0 | 0.66 | 0.07 | 0.28 | 306.45 | 0.49 | 0.48 |
| Hex | B8 | 3F | AB | 0 | 42 | 7 | 1C | 132 | 31 | 30 |
| Octal | 270 | 77 | 253 | 0 | 102 | 7 | 34 | 462 | 61 | 60 |
| Binary | 10111000 | 111111 | 10101011 | 0 | 1000010 | 111 | 11100 | 100110010 | 110001 | 110000 |
Color Harmonies of #B83FAB
Complementary color
Monochromatic Colors of #B83FAB
Black with #B83FAB
Text Example
Text Example
White with #B83FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FAB; }
p { color: rgb(184,63,171); }
H1.HeaderClassName
{
color: #B83FAB;
}
.AnyTagClassName
{
color: #B83FAB;
}
</style>
background-color css
<style>
a { background-color: #B83FAB; }
a { background-color: rgb(184,63,171); }
div.DivClassName
{
background-color: #B83FAB;
}
.BgClassName
{
background-color: #B83FAB;
}
</style>
border-color css
<style>
span { border-color: #B83FAB; }
span { border-color: rgb(184,63,171); }
td.TdClassName
{
border-color: #B83FAB;
}
.TagClassName
{
border-color: #B83FAB;
}
</style>