Shades of Fuchsia #B84FA5
Tints of Fuchsia #B84FA5
RGB
CMYK
RGB Variations
Color information
#B84FA5 (or 0xB84FA5) is known color: Fuchsia. HEX triplet: B8, 4F and A5. RGB value is (184,79,165). Sum of RGB (Red+Green+Blue) = 184+79+165=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B84FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84FA5 is #47B05A. Grayscale: #777777. Windows color (decimal): -4698203 or 10833848. OLE color: 10833848.
HSL color Cylindrical-coordinate representation of color #B84FA5: hue angle of 310.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84FA5 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 165 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.28 |
| HSL | 310.86º | 0.43% | 0.52% | - |
| HSV(B) | 310.86º | 0.57% | 0.72% | - |
| XYZ | 29.35 | 18.5 | 37.62 | - |
| YUV | 120.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 165 | 0 | 0.57 | 0.10 | 0.28 | 310.86 | 0.43 | 0.52 |
| Hex | B8 | 4F | A5 | 0 | 39 | A | 1C | 137 | 2B | 34 |
| Octal | 270 | 117 | 245 | 0 | 71 | 12 | 34 | 467 | 53 | 64 |
| Binary | 10111000 | 1001111 | 10100101 | 0 | 111001 | 1010 | 11100 | 100110111 | 101011 | 110100 |
Color Harmonies of #B84FA5
Complementary color
Monochromatic Colors of #B84FA5
Black with #B84FA5
Text Example
Text Example
White with #B84FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FA5; }
p { color: rgb(184,79,165); }
H1.HeaderClassName
{
color: #B84FA5;
}
.AnyTagClassName
{
color: #B84FA5;
}
</style>
background-color css
<style>
a { background-color: #B84FA5; }
a { background-color: rgb(184,79,165); }
div.DivClassName
{
background-color: #B84FA5;
}
.BgClassName
{
background-color: #B84FA5;
}
</style>
border-color css
<style>
span { border-color: #B84FA5; }
span { border-color: rgb(184,79,165); }
td.TdClassName
{
border-color: #B84FA5;
}
.TagClassName
{
border-color: #B84FA5;
}
</style>