Shades of Fuchsia #B83FC6
Tints of Fuchsia #B83FC6
RGB
CMYK
RGB Variations
Color information
#B83FC6 (or 0xB83FC6) is known color: Fuchsia. HEX triplet: B8, 3F and C6. RGB value is (184,63,198). Sum of RGB (Red+Green+Blue) = 184+63+198=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #B83FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FC6 is #47C039. Grayscale: #727272. Windows color (decimal): -4702266 or 12992440. OLE color: 12992440.
HSL color Cylindrical-coordinate representation of color #B83FC6: hue angle of 293.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83FC6 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 63 | 198 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.22 |
| HSL | 293.78º | 0.54% | 0.51% | - |
| HSV(B) | 293.78º | 0.68% | 0.78% | - |
| XYZ | 31.74 | 17.82 | 55.19 | - |
| YUV | 114.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 198 | 0.07 | 0.68 | 0 | 0.22 | 293.78 | 0.54 | 0.51 |
| Hex | B8 | 3F | C6 | 7 | 44 | 0 | 16 | 126 | 36 | 33 |
| Octal | 270 | 77 | 306 | 7 | 104 | 0 | 26 | 446 | 66 | 63 |
| Binary | 10111000 | 111111 | 11000110 | 111 | 1000100 | 0 | 10110 | 100100110 | 110110 | 110011 |
Color Harmonies of #B83FC6
Complementary color
Monochromatic Colors of #B83FC6
Black with #B83FC6
Text Example
Text Example
White with #B83FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FC6; }
p { color: rgb(184,63,198); }
H1.HeaderClassName
{
color: #B83FC6;
}
.AnyTagClassName
{
color: #B83FC6;
}
</style>
background-color css
<style>
a { background-color: #B83FC6; }
a { background-color: rgb(184,63,198); }
div.DivClassName
{
background-color: #B83FC6;
}
.BgClassName
{
background-color: #B83FC6;
}
</style>
border-color css
<style>
span { border-color: #B83FC6; }
span { border-color: rgb(184,63,198); }
td.TdClassName
{
border-color: #B83FC6;
}
.TagClassName
{
border-color: #B83FC6;
}
</style>