Shades of Fuchsia #B84DB5
Tints of Fuchsia #B84DB5
RGB
CMYK
RGB Variations
Color information
#B84DB5 (or 0xB84DB5) is known color: Fuchsia. HEX triplet: B8, 4D and B5. RGB value is (184,77,181). Sum of RGB (Red+Green+Blue) = 184+77+181=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DB5 is #47B24A. Grayscale: #787878. Windows color (decimal): -4698699 or 11881912. OLE color: 11881912.
HSL color Cylindrical-coordinate representation of color #B84DB5: hue angle of 301.68º 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 #B84DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 181 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.28 |
| HSL | 301.68º | 0.43% | 0.51% | - |
| HSV(B) | 301.68º | 0.58% | 0.72% | - |
| XYZ | 30.76 | 18.83 | 45.73 | - |
| YUV | 120.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 181 | 0 | 0.58 | 0.02 | 0.28 | 301.68 | 0.43 | 0.51 |
| Hex | B8 | 4D | B5 | 0 | 3A | 2 | 1C | 12E | 2B | 33 |
| Octal | 270 | 115 | 265 | 0 | 72 | 2 | 34 | 456 | 53 | 63 |
| Binary | 10111000 | 1001101 | 10110101 | 0 | 111010 | 10 | 11100 | 100101110 | 101011 | 110011 |
Color Harmonies of #B84DB5
Complementary color
Monochromatic Colors of #B84DB5
Black with #B84DB5
Text Example
Text Example
White with #B84DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84DB5; }
p { color: rgb(184,77,181); }
H1.HeaderClassName
{
color: #B84DB5;
}
.AnyTagClassName
{
color: #B84DB5;
}
</style>
background-color css
<style>
a { background-color: #B84DB5; }
a { background-color: rgb(184,77,181); }
div.DivClassName
{
background-color: #B84DB5;
}
.BgClassName
{
background-color: #B84DB5;
}
</style>
border-color css
<style>
span { border-color: #B84DB5; }
span { border-color: rgb(184,77,181); }
td.TdClassName
{
border-color: #B84DB5;
}
.TagClassName
{
border-color: #B84DB5;
}
</style>