Shades of Fuchsia #B84DBD
Tints of Fuchsia #B84DBD
RGB
CMYK
RGB Variations
Color information
#B84DBD (or 0xB84DBD) is known color: Fuchsia. HEX triplet: B8, 4D and BD. RGB value is (184,77,189). Sum of RGB (Red+Green+Blue) = 184+77+189=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B84DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DBD is #47B242. Grayscale: #797979. Windows color (decimal): -4698691 or 12406200. OLE color: 12406200.
HSL color Cylindrical-coordinate representation of color #B84DBD: hue angle of 297.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84DBD is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 77 | 189 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.26 |
| HSL | 297.32º | 0.46% | 0.52% | - |
| HSV(B) | 297.32º | 0.59% | 0.74% | - |
| XYZ | 31.61 | 19.17 | 50.18 | - |
| YUV | 121.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 189 | 0.03 | 0.59 | 0 | 0.26 | 297.32 | 0.46 | 0.52 |
| Hex | B8 | 4D | BD | 3 | 3B | 0 | 1A | 129 | 2E | 34 |
| Octal | 270 | 115 | 275 | 3 | 73 | 0 | 32 | 451 | 56 | 64 |
| Binary | 10111000 | 1001101 | 10111101 | 11 | 111011 | 0 | 11010 | 100101001 | 101110 | 110100 |
Color Harmonies of #B84DBD
Complementary color
Monochromatic Colors of #B84DBD
Black with #B84DBD
Text Example
Text Example
White with #B84DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DBD; }
p { color: rgb(184,77,189); }
H1.HeaderClassName
{
color: #B84DBD;
}
.AnyTagClassName
{
color: #B84DBD;
}
</style>
background-color css
<style>
a { background-color: #B84DBD; }
a { background-color: rgb(184,77,189); }
div.DivClassName
{
background-color: #B84DBD;
}
.BgClassName
{
background-color: #B84DBD;
}
</style>
border-color css
<style>
span { border-color: #B84DBD; }
span { border-color: rgb(184,77,189); }
td.TdClassName
{
border-color: #B84DBD;
}
.TagClassName
{
border-color: #B84DBD;
}
</style>