Shades of Fuchsia #B855B2
Tints of Fuchsia #B855B2
RGB
CMYK
RGB Variations
Color information
#B855B2 (or 0xB855B2) is known color: Fuchsia. HEX triplet: B8, 55 and B2. RGB value is (184,85,178). Sum of RGB (Red+Green+Blue) = 184+85+178=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B855B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B855B2 is #47AA4D. Grayscale: #7C7C7C. Windows color (decimal): -4696654 or 11687352. OLE color: 11687352.
HSL color Cylindrical-coordinate representation of color #B855B2: hue angle of 303.64º 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 #B855B2 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 178 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.28 |
| HSL | 303.64º | 0.41% | 0.53% | - |
| HSV(B) | 303.64º | 0.54% | 0.72% | - |
| XYZ | 31.05 | 19.9 | 44.32 | - |
| YUV | 125.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 178 | 0 | 0.54 | 0.03 | 0.28 | 303.64 | 0.41 | 0.53 |
| Hex | B8 | 55 | B2 | 0 | 36 | 3 | 1C | 130 | 29 | 35 |
| Octal | 270 | 125 | 262 | 0 | 66 | 3 | 34 | 460 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10110010 | 0 | 110110 | 11 | 11100 | 100110000 | 101001 | 110101 |
Color Harmonies of #B855B2
Complementary color
Monochromatic Colors of #B855B2
Black with #B855B2
Text Example
Text Example
White with #B855B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B855B2; }
p { color: rgb(184,85,178); }
H1.HeaderClassName
{
color: #B855B2;
}
.AnyTagClassName
{
color: #B855B2;
}
</style>
background-color css
<style>
a { background-color: #B855B2; }
a { background-color: rgb(184,85,178); }
div.DivClassName
{
background-color: #B855B2;
}
.BgClassName
{
background-color: #B855B2;
}
</style>
border-color css
<style>
span { border-color: #B855B2; }
span { border-color: rgb(184,85,178); }
td.TdClassName
{
border-color: #B855B2;
}
.TagClassName
{
border-color: #B855B2;
}
</style>