Shades of Fuchsia #B854C0
Tints of Fuchsia #B854C0
RGB
CMYK
RGB Variations
Color information
#B854C0 (or 0xB854C0) is known color: Fuchsia. HEX triplet: B8, 54 and C0. RGB value is (184,84,192). Sum of RGB (Red+Green+Blue) = 184+84+192=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #B854C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854C0 is #47AB3F. Grayscale: #7D7D7D. Windows color (decimal): -4696896 or 12604600. OLE color: 12604600.
HSL color Cylindrical-coordinate representation of color #B854C0: hue angle of 295.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B854C0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 84 | 192 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.25 |
| HSL | 295.56º | 0.46% | 0.54% | - |
| HSV(B) | 295.56º | 0.56% | 0.75% | - |
| XYZ | 32.45 | 20.34 | 52.08 | - |
| YUV | 126.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 192 | 0.04 | 0.56 | 0 | 0.25 | 295.56 | 0.46 | 0.54 |
| Hex | B8 | 54 | C0 | 4 | 38 | 0 | 19 | 128 | 2E | 36 |
| Octal | 270 | 124 | 300 | 4 | 70 | 0 | 31 | 450 | 56 | 66 |
| Binary | 10111000 | 1010100 | 11000000 | 100 | 111000 | 0 | 11001 | 100101000 | 101110 | 110110 |
Color Harmonies of #B854C0
Complementary color
Monochromatic Colors of #B854C0
Black with #B854C0
Text Example
Text Example
White with #B854C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B854C0; }
p { color: rgb(184,84,192); }
H1.HeaderClassName
{
color: #B854C0;
}
.AnyTagClassName
{
color: #B854C0;
}
</style>
background-color css
<style>
a { background-color: #B854C0; }
a { background-color: rgb(184,84,192); }
div.DivClassName
{
background-color: #B854C0;
}
.BgClassName
{
background-color: #B854C0;
}
</style>
border-color css
<style>
span { border-color: #B854C0; }
span { border-color: rgb(184,84,192); }
td.TdClassName
{
border-color: #B854C0;
}
.TagClassName
{
border-color: #B854C0;
}
</style>