Shades of Fuchsia #B855A7
Tints of Fuchsia #B855A7
RGB
CMYK
RGB Variations
Color information
#B855A7 (or 0xB855A7) is known color: Fuchsia. HEX triplet: B8, 55 and A7. RGB value is (184,85,167). Sum of RGB (Red+Green+Blue) = 184+85+167=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B855A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855A7 is #47AA58. Grayscale: #7B7B7B. Windows color (decimal): -4696665 or 10966456. OLE color: 10966456.
HSL color Cylindrical-coordinate representation of color #B855A7: hue angle of 310.3º 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 #B855A7 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 167 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.28 |
| HSL | 310.3º | 0.41% | 0.53% | - |
| HSV(B) | 310.3º | 0.54% | 0.72% | - |
| XYZ | 29.99 | 19.48 | 38.74 | - |
| YUV | 123.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 167 | 0 | 0.54 | 0.09 | 0.28 | 310.3 | 0.41 | 0.53 |
| Hex | B8 | 55 | A7 | 0 | 36 | 9 | 1C | 136 | 29 | 35 |
| Octal | 270 | 125 | 247 | 0 | 66 | 11 | 34 | 466 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10100111 | 0 | 110110 | 1001 | 11100 | 100110110 | 101001 | 110101 |
Color Harmonies of #B855A7
Complementary color
Monochromatic Colors of #B855A7
Black with #B855A7
Text Example
Text Example
White with #B855A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855A7; }
p { color: rgb(184,85,167); }
H1.HeaderClassName
{
color: #B855A7;
}
.AnyTagClassName
{
color: #B855A7;
}
</style>
background-color css
<style>
a { background-color: #B855A7; }
a { background-color: rgb(184,85,167); }
div.DivClassName
{
background-color: #B855A7;
}
.BgClassName
{
background-color: #B855A7;
}
</style>
border-color css
<style>
span { border-color: #B855A7; }
span { border-color: rgb(184,85,167); }
td.TdClassName
{
border-color: #B855A7;
}
.TagClassName
{
border-color: #B855A7;
}
</style>