Shades of Fuchsia #B84AB6
Tints of Fuchsia #B84AB6
RGB
CMYK
RGB Variations
Color information
#B84AB6 (or 0xB84AB6) is known color: Fuchsia. HEX triplet: B8, 4A and B6. RGB value is (184,74,182). Sum of RGB (Red+Green+Blue) = 184+74+182=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB6 is #47B549. Grayscale: #767676. Windows color (decimal): -4699466 or 11946680. OLE color: 11946680.
HSL color Cylindrical-coordinate representation of color #B84AB6: hue angle of 301.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84AB6 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 182 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.28 |
| HSL | 301.09º | 0.44% | 0.51% | - |
| HSV(B) | 301.09º | 0.6% | 0.72% | - |
| XYZ | 30.66 | 18.47 | 46.2 | - |
| YUV | 119.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 182 | 0 | 0.60 | 0.01 | 0.28 | 301.09 | 0.44 | 0.51 |
| Hex | B8 | 4A | B6 | 0 | 3C | 1 | 1C | 12D | 2C | 33 |
| Octal | 270 | 112 | 266 | 0 | 74 | 1 | 34 | 455 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10110110 | 0 | 111100 | 1 | 11100 | 100101101 | 101100 | 110011 |
Color Harmonies of #B84AB6
Complementary color
Monochromatic Colors of #B84AB6
Black with #B84AB6
Text Example
Text Example
White with #B84AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AB6; }
p { color: rgb(184,74,182); }
H1.HeaderClassName
{
color: #B84AB6;
}
.AnyTagClassName
{
color: #B84AB6;
}
</style>
background-color css
<style>
a { background-color: #B84AB6; }
a { background-color: rgb(184,74,182); }
div.DivClassName
{
background-color: #B84AB6;
}
.BgClassName
{
background-color: #B84AB6;
}
</style>
border-color css
<style>
span { border-color: #B84AB6; }
span { border-color: rgb(184,74,182); }
td.TdClassName
{
border-color: #B84AB6;
}
.TagClassName
{
border-color: #B84AB6;
}
</style>