Shades of Fuchsia #B84ABB
Tints of Fuchsia #B84ABB
RGB
CMYK
RGB Variations
Color information
#B84ABB (or 0xB84ABB) is known color: Fuchsia. HEX triplet: B8, 4A and BB. RGB value is (184,74,187). Sum of RGB (Red+Green+Blue) = 184+74+187=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B84ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ABB is #47B544. Grayscale: #777777. Windows color (decimal): -4699461 or 12274360. OLE color: 12274360.
HSL color Cylindrical-coordinate representation of color #B84ABB: hue angle of 298.41º 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 #B84ABB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 74 | 187 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.27 |
| HSL | 298.41º | 0.45% | 0.51% | - |
| HSV(B) | 298.41º | 0.6% | 0.73% | - |
| XYZ | 31.19 | 18.68 | 48.97 | - |
| YUV | 119.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 187 | 0.02 | 0.60 | 0 | 0.27 | 298.41 | 0.45 | 0.51 |
| Hex | B8 | 4A | BB | 2 | 3C | 0 | 1B | 12A | 2D | 33 |
| Octal | 270 | 112 | 273 | 2 | 74 | 0 | 33 | 452 | 55 | 63 |
| Binary | 10111000 | 1001010 | 10111011 | 10 | 111100 | 0 | 11011 | 100101010 | 101101 | 110011 |
Color Harmonies of #B84ABB
Complementary color
Monochromatic Colors of #B84ABB
Black with #B84ABB
Text Example
Text Example
White with #B84ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ABB; }
p { color: rgb(184,74,187); }
H1.HeaderClassName
{
color: #B84ABB;
}
.AnyTagClassName
{
color: #B84ABB;
}
</style>
background-color css
<style>
a { background-color: #B84ABB; }
a { background-color: rgb(184,74,187); }
div.DivClassName
{
background-color: #B84ABB;
}
.BgClassName
{
background-color: #B84ABB;
}
</style>
border-color css
<style>
span { border-color: #B84ABB; }
span { border-color: rgb(184,74,187); }
td.TdClassName
{
border-color: #B84ABB;
}
.TagClassName
{
border-color: #B84ABB;
}
</style>