Shades of Fuchsia #B84DB2
Tints of Fuchsia #B84DB2
RGB
CMYK
RGB Variations
Color information
#B84DB2 (or 0xB84DB2) is known color: Fuchsia. HEX triplet: B8, 4D and B2. RGB value is (184,77,178). Sum of RGB (Red+Green+Blue) = 184+77+178=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84DB2 is #47B24D. Grayscale: #787878. Windows color (decimal): -4698702 or 11685304. OLE color: 11685304.
HSL color Cylindrical-coordinate representation of color #B84DB2: hue angle of 303.36º 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 #B84DB2 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 178 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.28 |
| HSL | 303.36º | 0.43% | 0.51% | - |
| HSV(B) | 303.36º | 0.58% | 0.72% | - |
| XYZ | 30.46 | 18.71 | 44.13 | - |
| YUV | 120.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 178 | 0 | 0.58 | 0.03 | 0.28 | 303.36 | 0.43 | 0.51 |
| Hex | B8 | 4D | B2 | 0 | 3A | 3 | 1C | 12F | 2B | 33 |
| Octal | 270 | 115 | 262 | 0 | 72 | 3 | 34 | 457 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10110010 | 0 | 111010 | 11 | 11100 | 100101111 | 101011 | 110011 |
Color Harmonies of #B84DB2
Complementary color
Monochromatic Colors of #B84DB2
Black with #B84DB2
Text Example
Text Example
White with #B84DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DB2; }
p { color: rgb(184,77,178); }
H1.HeaderClassName
{
color: #B84DB2;
}
.AnyTagClassName
{
color: #B84DB2;
}
</style>
background-color css
<style>
a { background-color: #B84DB2; }
a { background-color: rgb(184,77,178); }
div.DivClassName
{
background-color: #B84DB2;
}
.BgClassName
{
background-color: #B84DB2;
}
</style>
border-color css
<style>
span { border-color: #B84DB2; }
span { border-color: rgb(184,77,178); }
td.TdClassName
{
border-color: #B84DB2;
}
.TagClassName
{
border-color: #B84DB2;
}
</style>