Shades of Fuchsia #B858AA
Tints of Fuchsia #B858AA
RGB
CMYK
RGB Variations
Color information
#B858AA (or 0xB858AA) is known color: Fuchsia. HEX triplet: B8, 58 and AA. RGB value is (184,88,170). Sum of RGB (Red+Green+Blue) = 184+88+170=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B858AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858AA is #47A755. Grayscale: #7D7D7D. Windows color (decimal): -4695894 or 11163832. OLE color: 11163832.
HSL color Cylindrical-coordinate representation of color #B858AA: hue angle of 308.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B858AA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 170 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.28 |
| HSL | 308.75º | 0.4% | 0.53% | - |
| HSV(B) | 308.75º | 0.52% | 0.72% | - |
| XYZ | 30.51 | 20.07 | 40.3 | - |
| YUV | 126.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 170 | 0 | 0.52 | 0.08 | 0.28 | 308.75 | 0.4 | 0.53 |
| Hex | B8 | 58 | AA | 0 | 34 | 8 | 1C | 135 | 28 | 35 |
| Octal | 270 | 130 | 252 | 0 | 64 | 10 | 34 | 465 | 50 | 65 |
| Binary | 10111000 | 1011000 | 10101010 | 0 | 110100 | 1000 | 11100 | 100110101 | 101000 | 110101 |
Color Harmonies of #B858AA
Complementary color
Monochromatic Colors of #B858AA
Black with #B858AA
Text Example
Text Example
White with #B858AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858AA; }
p { color: rgb(184,88,170); }
H1.HeaderClassName
{
color: #B858AA;
}
.AnyTagClassName
{
color: #B858AA;
}
</style>
background-color css
<style>
a { background-color: #B858AA; }
a { background-color: rgb(184,88,170); }
div.DivClassName
{
background-color: #B858AA;
}
.BgClassName
{
background-color: #B858AA;
}
</style>
border-color css
<style>
span { border-color: #B858AA; }
span { border-color: rgb(184,88,170); }
td.TdClassName
{
border-color: #B858AA;
}
.TagClassName
{
border-color: #B858AA;
}
</style>