Shades of Fuchsia #B84FBC
Tints of Fuchsia #B84FBC
RGB
CMYK
RGB Variations
Color information
#B84FBC (or 0xB84FBC) is known color: Fuchsia. HEX triplet: B8, 4F and BC. RGB value is (184,79,188). Sum of RGB (Red+Green+Blue) = 184+79+188=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #B84FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84FBC is #47B043. Grayscale: #7A7A7A. Windows color (decimal): -4698180 or 12341176. OLE color: 12341176.
HSL color Cylindrical-coordinate representation of color #B84FBC: hue angle of 297.8º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84FBC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 79 | 188 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.26 |
| HSL | 297.8º | 0.45% | 0.52% | - |
| HSV(B) | 297.8º | 0.58% | 0.74% | - |
| XYZ | 31.64 | 19.41 | 49.66 | - |
| YUV | 122.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 188 | 0.02 | 0.58 | 0 | 0.26 | 297.8 | 0.45 | 0.52 |
| Hex | B8 | 4F | BC | 2 | 3A | 0 | 1A | 12A | 2D | 34 |
| Octal | 270 | 117 | 274 | 2 | 72 | 0 | 32 | 452 | 55 | 64 |
| Binary | 10111000 | 1001111 | 10111100 | 10 | 111010 | 0 | 11010 | 100101010 | 101101 | 110100 |
Color Harmonies of #B84FBC
Complementary color
Monochromatic Colors of #B84FBC
Black with #B84FBC
Text Example
Text Example
White with #B84FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84FBC; }
p { color: rgb(184,79,188); }
H1.HeaderClassName
{
color: #B84FBC;
}
.AnyTagClassName
{
color: #B84FBC;
}
</style>
background-color css
<style>
a { background-color: #B84FBC; }
a { background-color: rgb(184,79,188); }
div.DivClassName
{
background-color: #B84FBC;
}
.BgClassName
{
background-color: #B84FBC;
}
</style>
border-color css
<style>
span { border-color: #B84FBC; }
span { border-color: rgb(184,79,188); }
td.TdClassName
{
border-color: #B84FBC;
}
.TagClassName
{
border-color: #B84FBC;
}
</style>