Shades of Fuchsia #B855AC
Tints of Fuchsia #B855AC
RGB
CMYK
RGB Variations
Color information
#B855AC (or 0xB855AC) is known color: Fuchsia. HEX triplet: B8, 55 and AC. RGB value is (184,85,172). Sum of RGB (Red+Green+Blue) = 184+85+172=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B855AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855AC is #47AA53. Grayscale: #7C7C7C. Windows color (decimal): -4696660 or 11294136. OLE color: 11294136.
HSL color Cylindrical-coordinate representation of color #B855AC: hue angle of 307.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B855AC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 172 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.28 |
| HSL | 307.27º | 0.41% | 0.53% | - |
| HSV(B) | 307.27º | 0.54% | 0.72% | - |
| XYZ | 30.46 | 19.67 | 41.22 | - |
| YUV | 124.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 172 | 0 | 0.54 | 0.07 | 0.28 | 307.27 | 0.41 | 0.53 |
| Hex | B8 | 55 | AC | 0 | 36 | 7 | 1C | 133 | 29 | 35 |
| Octal | 270 | 125 | 254 | 0 | 66 | 7 | 34 | 463 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10101100 | 0 | 110110 | 111 | 11100 | 100110011 | 101001 | 110101 |
Color Harmonies of #B855AC
Complementary color
Monochromatic Colors of #B855AC
Black with #B855AC
Text Example
Text Example
White with #B855AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855AC; }
p { color: rgb(184,85,172); }
H1.HeaderClassName
{
color: #B855AC;
}
.AnyTagClassName
{
color: #B855AC;
}
</style>
background-color css
<style>
a { background-color: #B855AC; }
a { background-color: rgb(184,85,172); }
div.DivClassName
{
background-color: #B855AC;
}
.BgClassName
{
background-color: #B855AC;
}
</style>
border-color css
<style>
span { border-color: #B855AC; }
span { border-color: rgb(184,85,172); }
td.TdClassName
{
border-color: #B855AC;
}
.TagClassName
{
border-color: #B855AC;
}
</style>