Shades of Fuchsia #B84ABA
Tints of Fuchsia #B84ABA
RGB
CMYK
RGB Variations
Color information
#B84ABA (or 0xB84ABA) is known color: Fuchsia. HEX triplet: B8, 4A and BA. RGB value is (184,74,186). Sum of RGB (Red+Green+Blue) = 184+74+186=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B84ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ABA is #47B545. Grayscale: #777777. Windows color (decimal): -4699462 or 12208824. OLE color: 12208824.
HSL color Cylindrical-coordinate representation of color #B84ABA: hue angle of 298.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84ABA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 74 | 186 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.27 |
| HSL | 298.93º | 0.45% | 0.51% | - |
| HSV(B) | 298.93º | 0.6% | 0.73% | - |
| XYZ | 31.08 | 18.63 | 48.41 | - |
| YUV | 119.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 186 | 0.01 | 0.60 | 0 | 0.27 | 298.93 | 0.45 | 0.51 |
| Hex | B8 | 4A | BA | 1 | 3C | 0 | 1B | 12B | 2D | 33 |
| Octal | 270 | 112 | 272 | 1 | 74 | 0 | 33 | 453 | 55 | 63 |
| Binary | 10111000 | 1001010 | 10111010 | 1 | 111100 | 0 | 11011 | 100101011 | 101101 | 110011 |
Color Harmonies of #B84ABA
Complementary color
Monochromatic Colors of #B84ABA
Black with #B84ABA
Text Example
Text Example
White with #B84ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ABA; }
p { color: rgb(184,74,186); }
H1.HeaderClassName
{
color: #B84ABA;
}
.AnyTagClassName
{
color: #B84ABA;
}
</style>
background-color css
<style>
a { background-color: #B84ABA; }
a { background-color: rgb(184,74,186); }
div.DivClassName
{
background-color: #B84ABA;
}
.BgClassName
{
background-color: #B84ABA;
}
</style>
border-color css
<style>
span { border-color: #B84ABA; }
span { border-color: rgb(184,74,186); }
td.TdClassName
{
border-color: #B84ABA;
}
.TagClassName
{
border-color: #B84ABA;
}
</style>