Shades of Fuchsia #B84DC1
Tints of Fuchsia #B84DC1
RGB
CMYK
RGB Variations
Color information
#B84DC1 (or 0xB84DC1) is known color: Fuchsia. HEX triplet: B8, 4D and C1. RGB value is (184,77,193). Sum of RGB (Red+Green+Blue) = 184+77+193=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #B84DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DC1 is #47B23E. Grayscale: #797979. Windows color (decimal): -4698687 or 12668344. OLE color: 12668344.
HSL color Cylindrical-coordinate representation of color #B84DC1: hue angle of 295.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84DC1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 77 | 193 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.24 |
| HSL | 295.34º | 0.48% | 0.53% | - |
| HSV(B) | 295.34º | 0.6% | 0.76% | - |
| XYZ | 32.05 | 19.35 | 52.5 | - |
| YUV | 122.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 193 | 0.05 | 0.60 | 0 | 0.24 | 295.34 | 0.48 | 0.53 |
| Hex | B8 | 4D | C1 | 5 | 3C | 0 | 18 | 127 | 30 | 35 |
| Octal | 270 | 115 | 301 | 5 | 74 | 0 | 30 | 447 | 60 | 65 |
| Binary | 10111000 | 1001101 | 11000001 | 101 | 111100 | 0 | 11000 | 100100111 | 110000 | 110101 |
Color Harmonies of #B84DC1
Complementary color
Monochromatic Colors of #B84DC1
Black with #B84DC1
Text Example
Text Example
White with #B84DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DC1; }
p { color: rgb(184,77,193); }
H1.HeaderClassName
{
color: #B84DC1;
}
.AnyTagClassName
{
color: #B84DC1;
}
</style>
background-color css
<style>
a { background-color: #B84DC1; }
a { background-color: rgb(184,77,193); }
div.DivClassName
{
background-color: #B84DC1;
}
.BgClassName
{
background-color: #B84DC1;
}
</style>
border-color css
<style>
span { border-color: #B84DC1; }
span { border-color: rgb(184,77,193); }
td.TdClassName
{
border-color: #B84DC1;
}
.TagClassName
{
border-color: #B84DC1;
}
</style>