Shades of Fuchsia #B84CB5
Tints of Fuchsia #B84CB5
RGB
CMYK
RGB Variations
Color information
#B84CB5 (or 0xB84CB5) is known color: Fuchsia. HEX triplet: B8, 4C and B5. RGB value is (184,76,181). Sum of RGB (Red+Green+Blue) = 184+76+181=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CB5 is #47B34A. Grayscale: #777777. Windows color (decimal): -4698955 or 11881656. OLE color: 11881656.
HSL color Cylindrical-coordinate representation of color #B84CB5: hue angle of 301.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84CB5 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 181 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.28 |
| HSL | 301.67º | 0.43% | 0.51% | - |
| HSV(B) | 301.67º | 0.59% | 0.72% | - |
| XYZ | 30.69 | 18.7 | 45.71 | - |
| YUV | 120.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 181 | 0 | 0.59 | 0.02 | 0.28 | 301.67 | 0.43 | 0.51 |
| Hex | B8 | 4C | B5 | 0 | 3B | 2 | 1C | 12E | 2B | 33 |
| Octal | 270 | 114 | 265 | 0 | 73 | 2 | 34 | 456 | 53 | 63 |
| Binary | 10111000 | 1001100 | 10110101 | 0 | 111011 | 10 | 11100 | 100101110 | 101011 | 110011 |
Color Harmonies of #B84CB5
Complementary color
Monochromatic Colors of #B84CB5
Black with #B84CB5
Text Example
Text Example
White with #B84CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84CB5; }
p { color: rgb(184,76,181); }
H1.HeaderClassName
{
color: #B84CB5;
}
.AnyTagClassName
{
color: #B84CB5;
}
</style>
background-color css
<style>
a { background-color: #B84CB5; }
a { background-color: rgb(184,76,181); }
div.DivClassName
{
background-color: #B84CB5;
}
.BgClassName
{
background-color: #B84CB5;
}
</style>
border-color css
<style>
span { border-color: #B84CB5; }
span { border-color: rgb(184,76,181); }
td.TdClassName
{
border-color: #B84CB5;
}
.TagClassName
{
border-color: #B84CB5;
}
</style>