Shades of Fuchsia #B855B8
Tints of Fuchsia #B855B8
RGB
CMYK
RGB Variations
Color information
#B855B8 (or 0xB855B8) is known color: Fuchsia. HEX triplet: B8, 55 and B8. RGB value is (184,85,184). Sum of RGB (Red+Green+Blue) = 184+85+184=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B855B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855B8 is #47AA47. Grayscale: #7D7D7D. Windows color (decimal): -4696648 or 12080568. OLE color: 12080568.
HSL color Cylindrical-coordinate representation of color #B855B8: hue angle of 300º 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 #B855B8 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 184 | - |
| CMYK | 0 | 0.54 | 0 | 0.28 |
| HSL | 300º | 0.41% | 0.53% | - |
| HSV(B) | 300º | 0.54% | 0.72% | - |
| XYZ | 31.67 | 20.15 | 47.57 | - |
| YUV | 125.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 184 | 0 | 0.54 | 0 | 0.28 | 300 | 0.41 | 0.53 |
| Hex | B8 | 55 | B8 | 0 | 36 | 0 | 1C | 12C | 29 | 35 |
| Octal | 270 | 125 | 270 | 0 | 66 | 0 | 34 | 454 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10111000 | 0 | 110110 | 0 | 11100 | 100101100 | 101001 | 110101 |
Color Harmonies of #B855B8
Complementary color
Monochromatic Colors of #B855B8
Black with #B855B8
Text Example
Text Example
White with #B855B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855B8; }
p { color: rgb(184,85,184); }
H1.HeaderClassName
{
color: #B855B8;
}
.AnyTagClassName
{
color: #B855B8;
}
</style>
background-color css
<style>
a { background-color: #B855B8; }
a { background-color: rgb(184,85,184); }
div.DivClassName
{
background-color: #B855B8;
}
.BgClassName
{
background-color: #B855B8;
}
</style>
border-color css
<style>
span { border-color: #B855B8; }
span { border-color: rgb(184,85,184); }
td.TdClassName
{
border-color: #B855B8;
}
.TagClassName
{
border-color: #B855B8;
}
</style>