Shades of Fuchsia #B855B9
Tints of Fuchsia #B855B9
RGB
CMYK
RGB Variations
Color information
#B855B9 (or 0xB855B9) is known color: Fuchsia. HEX triplet: B8, 55 and B9. RGB value is (184,85,185). Sum of RGB (Red+Green+Blue) = 184+85+185=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #B855B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B9 is #47AA46. Grayscale: #7D7D7D. Windows color (decimal): -4696647 or 12146104. OLE color: 12146104.
HSL color Cylindrical-coordinate representation of color #B855B9: hue angle of 299.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B855B9 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 85 | 185 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.27 |
| HSL | 299.4º | 0.42% | 0.53% | - |
| HSV(B) | 299.4º | 0.54% | 0.73% | - |
| XYZ | 31.77 | 20.19 | 48.12 | - |
| YUV | 126 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 185 | 0.01 | 0.54 | 0 | 0.27 | 299.4 | 0.42 | 0.53 |
| Hex | B8 | 55 | B9 | 1 | 36 | 0 | 1B | 12B | 2A | 35 |
| Octal | 270 | 125 | 271 | 1 | 66 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10111000 | 1010101 | 10111001 | 1 | 110110 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B855B9
Complementary color
Monochromatic Colors of #B855B9
Black with #B855B9
Text Example
Text Example
White with #B855B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855B9; }
p { color: rgb(184,85,185); }
H1.HeaderClassName
{
color: #B855B9;
}
.AnyTagClassName
{
color: #B855B9;
}
</style>
background-color css
<style>
a { background-color: #B855B9; }
a { background-color: rgb(184,85,185); }
div.DivClassName
{
background-color: #B855B9;
}
.BgClassName
{
background-color: #B855B9;
}
</style>
border-color css
<style>
span { border-color: #B855B9; }
span { border-color: rgb(184,85,185); }
td.TdClassName
{
border-color: #B855B9;
}
.TagClassName
{
border-color: #B855B9;
}
</style>