Shades of Fuchsia #B83BAF
Tints of Fuchsia #B83BAF
RGB
CMYK
RGB Variations
Color information
#B83BAF (or 0xB83BAF) is known color: Fuchsia. HEX triplet: B8, 3B and AF. RGB value is (184,59,175). Sum of RGB (Red+Green+Blue) = 184+59+175=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B83BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83BAF is #47C450. Grayscale: #6D6D6D. Windows color (decimal): -4703313 or 11484088. OLE color: 11484088.
HSL color Cylindrical-coordinate representation of color #B83BAF: hue angle of 304.32º 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 #B83BAF is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 175 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.28 |
| HSL | 304.32º | 0.51% | 0.48% | - |
| HSV(B) | 304.32º | 0.68% | 0.72% | - |
| XYZ | 29.07 | 16.41 | 42.19 | - |
| YUV | 109.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 175 | 0 | 0.68 | 0.05 | 0.28 | 304.32 | 0.51 | 0.48 |
| Hex | B8 | 3B | AF | 0 | 44 | 5 | 1C | 130 | 33 | 30 |
| Octal | 270 | 73 | 257 | 0 | 104 | 5 | 34 | 460 | 63 | 60 |
| Binary | 10111000 | 111011 | 10101111 | 0 | 1000100 | 101 | 11100 | 100110000 | 110011 | 110000 |
Color Harmonies of #B83BAF
Complementary color
Monochromatic Colors of #B83BAF
Black with #B83BAF
Text Example
Text Example
White with #B83BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BAF; }
p { color: rgb(184,59,175); }
H1.HeaderClassName
{
color: #B83BAF;
}
.AnyTagClassName
{
color: #B83BAF;
}
</style>
background-color css
<style>
a { background-color: #B83BAF; }
a { background-color: rgb(184,59,175); }
div.DivClassName
{
background-color: #B83BAF;
}
.BgClassName
{
background-color: #B83BAF;
}
</style>
border-color css
<style>
span { border-color: #B83BAF; }
span { border-color: rgb(184,59,175); }
td.TdClassName
{
border-color: #B83BAF;
}
.TagClassName
{
border-color: #B83BAF;
}
</style>