Shades of Fuchsia #B84DB3
Tints of Fuchsia #B84DB3
RGB
CMYK
RGB Variations
Color information
#B84DB3 (or 0xB84DB3) is known color: Fuchsia. HEX triplet: B8, 4D and B3. RGB value is (184,77,179). Sum of RGB (Red+Green+Blue) = 184+77+179=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DB3 is #47B24C. Grayscale: #787878. Windows color (decimal): -4698701 or 11750840. OLE color: 11750840.
HSL color Cylindrical-coordinate representation of color #B84DB3: hue angle of 302.8º 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 #B84DB3 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 179 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.28 |
| HSL | 302.8º | 0.43% | 0.51% | - |
| HSV(B) | 302.8º | 0.58% | 0.72% | - |
| XYZ | 30.56 | 18.75 | 44.66 | - |
| YUV | 120.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 179 | 0 | 0.58 | 0.03 | 0.28 | 302.8 | 0.43 | 0.51 |
| Hex | B8 | 4D | B3 | 0 | 3A | 3 | 1C | 12F | 2B | 33 |
| Octal | 270 | 115 | 263 | 0 | 72 | 3 | 34 | 457 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10110011 | 0 | 111010 | 11 | 11100 | 100101111 | 101011 | 110011 |
Color Harmonies of #B84DB3
Complementary color
Monochromatic Colors of #B84DB3
Black with #B84DB3
Text Example
Text Example
White with #B84DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DB3; }
p { color: rgb(184,77,179); }
H1.HeaderClassName
{
color: #B84DB3;
}
.AnyTagClassName
{
color: #B84DB3;
}
</style>
background-color css
<style>
a { background-color: #B84DB3; }
a { background-color: rgb(184,77,179); }
div.DivClassName
{
background-color: #B84DB3;
}
.BgClassName
{
background-color: #B84DB3;
}
</style>
border-color css
<style>
span { border-color: #B84DB3; }
span { border-color: rgb(184,77,179); }
td.TdClassName
{
border-color: #B84DB3;
}
.TagClassName
{
border-color: #B84DB3;
}
</style>