Shades of Fuchsia #B855BA
Tints of Fuchsia #B855BA
RGB
CMYK
RGB Variations
Color information
#B855BA (or 0xB855BA) is known color: Fuchsia. HEX triplet: B8, 55 and BA. RGB value is (184,85,186). Sum of RGB (Red+Green+Blue) = 184+85+186=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B855BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855BA is #47AA45. Grayscale: #7D7D7D. Windows color (decimal): -4696646 or 12211640. OLE color: 12211640.
HSL color Cylindrical-coordinate representation of color #B855BA: hue angle of 298.81º 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 #B855BA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 85 | 186 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.27 |
| HSL | 298.81º | 0.42% | 0.53% | - |
| HSV(B) | 298.81º | 0.54% | 0.73% | - |
| XYZ | 31.88 | 20.23 | 48.68 | - |
| YUV | 126.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 186 | 0.01 | 0.54 | 0 | 0.27 | 298.81 | 0.42 | 0.53 |
| Hex | B8 | 55 | BA | 1 | 36 | 0 | 1B | 12B | 2A | 35 |
| Octal | 270 | 125 | 272 | 1 | 66 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10111000 | 1010101 | 10111010 | 1 | 110110 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B855BA
Complementary color
Monochromatic Colors of #B855BA
Black with #B855BA
Text Example
Text Example
White with #B855BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855BA; }
p { color: rgb(184,85,186); }
H1.HeaderClassName
{
color: #B855BA;
}
.AnyTagClassName
{
color: #B855BA;
}
</style>
background-color css
<style>
a { background-color: #B855BA; }
a { background-color: rgb(184,85,186); }
div.DivClassName
{
background-color: #B855BA;
}
.BgClassName
{
background-color: #B855BA;
}
</style>
border-color css
<style>
span { border-color: #B855BA; }
span { border-color: rgb(184,85,186); }
td.TdClassName
{
border-color: #B855BA;
}
.TagClassName
{
border-color: #B855BA;
}
</style>