Shades of Fuchsia #B855AF
Tints of Fuchsia #B855AF
RGB
CMYK
RGB Variations
Color information
#B855AF (or 0xB855AF) is known color: Fuchsia. HEX triplet: B8, 55 and AF. RGB value is (184,85,175). Sum of RGB (Red+Green+Blue) = 184+85+175=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B855AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855AF is #47AA50. Grayscale: #7C7C7C. Windows color (decimal): -4696657 or 11490744. OLE color: 11490744.
HSL color Cylindrical-coordinate representation of color #B855AF: hue angle of 305.45º 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 #B855AF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 175 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.28 |
| HSL | 305.45º | 0.41% | 0.53% | - |
| HSV(B) | 305.45º | 0.54% | 0.72% | - |
| XYZ | 30.75 | 19.78 | 42.75 | - |
| YUV | 124.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 175 | 0 | 0.54 | 0.05 | 0.28 | 305.45 | 0.41 | 0.53 |
| Hex | B8 | 55 | AF | 0 | 36 | 5 | 1C | 131 | 29 | 35 |
| Octal | 270 | 125 | 257 | 0 | 66 | 5 | 34 | 461 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10101111 | 0 | 110110 | 101 | 11100 | 100110001 | 101001 | 110101 |
Color Harmonies of #B855AF
Complementary color
Monochromatic Colors of #B855AF
Black with #B855AF
Text Example
Text Example
White with #B855AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855AF; }
p { color: rgb(184,85,175); }
H1.HeaderClassName
{
color: #B855AF;
}
.AnyTagClassName
{
color: #B855AF;
}
</style>
background-color css
<style>
a { background-color: #B855AF; }
a { background-color: rgb(184,85,175); }
div.DivClassName
{
background-color: #B855AF;
}
.BgClassName
{
background-color: #B855AF;
}
</style>
border-color css
<style>
span { border-color: #B855AF; }
span { border-color: rgb(184,85,175); }
td.TdClassName
{
border-color: #B855AF;
}
.TagClassName
{
border-color: #B855AF;
}
</style>