Shades of Fuchsia #B855AD
Tints of Fuchsia #B855AD
RGB
CMYK
RGB Variations
Color information
#B855AD (or 0xB855AD) is known color: Fuchsia. HEX triplet: B8, 55 and AD. RGB value is (184,85,173). Sum of RGB (Red+Green+Blue) = 184+85+173=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B855AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855AD is #47AA52. Grayscale: #7C7C7C. Windows color (decimal): -4696659 or 11359672. OLE color: 11359672.
HSL color Cylindrical-coordinate representation of color #B855AD: hue angle of 306.67º 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 #B855AD is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 173 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.28 |
| HSL | 306.67º | 0.41% | 0.53% | - |
| HSV(B) | 306.67º | 0.54% | 0.72% | - |
| XYZ | 30.56 | 19.7 | 41.73 | - |
| YUV | 124.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 173 | 0 | 0.54 | 0.06 | 0.28 | 306.67 | 0.41 | 0.53 |
| Hex | B8 | 55 | AD | 0 | 36 | 6 | 1C | 133 | 29 | 35 |
| Octal | 270 | 125 | 255 | 0 | 66 | 6 | 34 | 463 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10101101 | 0 | 110110 | 110 | 11100 | 100110011 | 101001 | 110101 |
Color Harmonies of #B855AD
Complementary color
Monochromatic Colors of #B855AD
Black with #B855AD
Text Example
Text Example
White with #B855AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855AD; }
p { color: rgb(184,85,173); }
H1.HeaderClassName
{
color: #B855AD;
}
.AnyTagClassName
{
color: #B855AD;
}
</style>
background-color css
<style>
a { background-color: #B855AD; }
a { background-color: rgb(184,85,173); }
div.DivClassName
{
background-color: #B855AD;
}
.BgClassName
{
background-color: #B855AD;
}
</style>
border-color css
<style>
span { border-color: #B855AD; }
span { border-color: rgb(184,85,173); }
td.TdClassName
{
border-color: #B855AD;
}
.TagClassName
{
border-color: #B855AD;
}
</style>