Shades of Fuchsia #B84CC0
Tints of Fuchsia #B84CC0
RGB
CMYK
RGB Variations
Color information
#B84CC0 (or 0xB84CC0) is known color: Fuchsia. HEX triplet: B8, 4C and C0. RGB value is (184,76,192). Sum of RGB (Red+Green+Blue) = 184+76+192=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #B84CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CC0 is #47B33F. Grayscale: #797979. Windows color (decimal): -4698944 or 12602552. OLE color: 12602552.
HSL color Cylindrical-coordinate representation of color #B84CC0: hue angle of 295.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84CC0 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 76 | 192 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.25 |
| HSL | 295.86º | 0.48% | 0.53% | - |
| HSV(B) | 295.86º | 0.6% | 0.75% | - |
| XYZ | 31.87 | 19.17 | 51.89 | - |
| YUV | 121.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 192 | 0.04 | 0.60 | 0 | 0.25 | 295.86 | 0.48 | 0.53 |
| Hex | B8 | 4C | C0 | 4 | 3C | 0 | 19 | 128 | 30 | 35 |
| Octal | 270 | 114 | 300 | 4 | 74 | 0 | 31 | 450 | 60 | 65 |
| Binary | 10111000 | 1001100 | 11000000 | 100 | 111100 | 0 | 11001 | 100101000 | 110000 | 110101 |
Color Harmonies of #B84CC0
Complementary color
Monochromatic Colors of #B84CC0
Black with #B84CC0
Text Example
Text Example
White with #B84CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CC0; }
p { color: rgb(184,76,192); }
H1.HeaderClassName
{
color: #B84CC0;
}
.AnyTagClassName
{
color: #B84CC0;
}
</style>
background-color css
<style>
a { background-color: #B84CC0; }
a { background-color: rgb(184,76,192); }
div.DivClassName
{
background-color: #B84CC0;
}
.BgClassName
{
background-color: #B84CC0;
}
</style>
border-color css
<style>
span { border-color: #B84CC0; }
span { border-color: rgb(184,76,192); }
td.TdClassName
{
border-color: #B84CC0;
}
.TagClassName
{
border-color: #B84CC0;
}
</style>