Shades of Fuchsia #B84AB3
Tints of Fuchsia #B84AB3
RGB
CMYK
RGB Variations
Color information
#B84AB3 (or 0xB84AB3) is known color: Fuchsia. HEX triplet: B8, 4A and B3. RGB value is (184,74,179). Sum of RGB (Red+Green+Blue) = 184+74+179=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B84AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84AB3 is #47B54C. Grayscale: #767676. Windows color (decimal): -4699469 or 11750072. OLE color: 11750072.
HSL color Cylindrical-coordinate representation of color #B84AB3: hue angle of 302.73º 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 #B84AB3 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 179 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.28 |
| HSL | 302.73º | 0.44% | 0.51% | - |
| HSV(B) | 302.73º | 0.6% | 0.72% | - |
| XYZ | 30.35 | 18.34 | 44.59 | - |
| YUV | 118.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 179 | 0 | 0.60 | 0.03 | 0.28 | 302.73 | 0.44 | 0.51 |
| Hex | B8 | 4A | B3 | 0 | 3C | 3 | 1C | 12F | 2C | 33 |
| Octal | 270 | 112 | 263 | 0 | 74 | 3 | 34 | 457 | 54 | 63 |
| Binary | 10111000 | 1001010 | 10110011 | 0 | 111100 | 11 | 11100 | 100101111 | 101100 | 110011 |
Color Harmonies of #B84AB3
Complementary color
Monochromatic Colors of #B84AB3
Black with #B84AB3
Text Example
Text Example
White with #B84AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84AB3; }
p { color: rgb(184,74,179); }
H1.HeaderClassName
{
color: #B84AB3;
}
.AnyTagClassName
{
color: #B84AB3;
}
</style>
background-color css
<style>
a { background-color: #B84AB3; }
a { background-color: rgb(184,74,179); }
div.DivClassName
{
background-color: #B84AB3;
}
.BgClassName
{
background-color: #B84AB3;
}
</style>
border-color css
<style>
span { border-color: #B84AB3; }
span { border-color: rgb(184,74,179); }
td.TdClassName
{
border-color: #B84AB3;
}
.TagClassName
{
border-color: #B84AB3;
}
</style>