Shades of Fuchsia #B84DB1
Tints of Fuchsia #B84DB1
RGB
CMYK
RGB Variations
Color information
#B84DB1 (or 0xB84DB1) is known color: Fuchsia. HEX triplet: B8, 4D and B1. RGB value is (184,77,177). Sum of RGB (Red+Green+Blue) = 184+77+177=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DB1 is #47B24E. Grayscale: #787878. Windows color (decimal): -4698703 or 11619768. OLE color: 11619768.
HSL color Cylindrical-coordinate representation of color #B84DB1: hue angle of 303.93º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84DB1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 177 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.28 |
| HSL | 303.93º | 0.43% | 0.51% | - |
| HSV(B) | 303.93º | 0.58% | 0.72% | - |
| XYZ | 30.36 | 18.67 | 43.6 | - |
| YUV | 120.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 177 | 0 | 0.58 | 0.04 | 0.28 | 303.93 | 0.43 | 0.51 |
| Hex | B8 | 4D | B1 | 0 | 3A | 4 | 1C | 130 | 2B | 33 |
| Octal | 270 | 115 | 261 | 0 | 72 | 4 | 34 | 460 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10110001 | 0 | 111010 | 100 | 11100 | 100110000 | 101011 | 110011 |
Color Harmonies of #B84DB1
Complementary color
Monochromatic Colors of #B84DB1
Black with #B84DB1
Text Example
Text Example
White with #B84DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DB1; }
p { color: rgb(184,77,177); }
H1.HeaderClassName
{
color: #B84DB1;
}
.AnyTagClassName
{
color: #B84DB1;
}
</style>
background-color css
<style>
a { background-color: #B84DB1; }
a { background-color: rgb(184,77,177); }
div.DivClassName
{
background-color: #B84DB1;
}
.BgClassName
{
background-color: #B84DB1;
}
</style>
border-color css
<style>
span { border-color: #B84DB1; }
span { border-color: rgb(184,77,177); }
td.TdClassName
{
border-color: #B84DB1;
}
.TagClassName
{
border-color: #B84DB1;
}
</style>