Shades of Fuchsia #B84BBC
Tints of Fuchsia #B84BBC
RGB
CMYK
RGB Variations
Color information
#B84BBC (or 0xB84BBC) is known color: Fuchsia. HEX triplet: B8, 4B and BC. RGB value is (184,75,188). Sum of RGB (Red+Green+Blue) = 184+75+188=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #B84BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BBC is #47B443. Grayscale: #787878. Windows color (decimal): -4699204 or 12340152. OLE color: 12340152.
HSL color Cylindrical-coordinate representation of color #B84BBC: hue angle of 297.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84BBC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 75 | 188 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.26 |
| HSL | 297.88º | 0.46% | 0.52% | - |
| HSV(B) | 297.88º | 0.6% | 0.74% | - |
| XYZ | 31.36 | 18.85 | 49.56 | - |
| YUV | 120.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 188 | 0.02 | 0.60 | 0 | 0.26 | 297.88 | 0.46 | 0.52 |
| Hex | B8 | 4B | BC | 2 | 3C | 0 | 1A | 12A | 2E | 34 |
| Octal | 270 | 113 | 274 | 2 | 74 | 0 | 32 | 452 | 56 | 64 |
| Binary | 10111000 | 1001011 | 10111100 | 10 | 111100 | 0 | 11010 | 100101010 | 101110 | 110100 |
Color Harmonies of #B84BBC
Complementary color
Monochromatic Colors of #B84BBC
Black with #B84BBC
Text Example
Text Example
White with #B84BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84BBC; }
p { color: rgb(184,75,188); }
H1.HeaderClassName
{
color: #B84BBC;
}
.AnyTagClassName
{
color: #B84BBC;
}
</style>
background-color css
<style>
a { background-color: #B84BBC; }
a { background-color: rgb(184,75,188); }
div.DivClassName
{
background-color: #B84BBC;
}
.BgClassName
{
background-color: #B84BBC;
}
</style>
border-color css
<style>
span { border-color: #B84BBC; }
span { border-color: rgb(184,75,188); }
td.TdClassName
{
border-color: #B84BBC;
}
.TagClassName
{
border-color: #B84BBC;
}
</style>