Shades of Fuchsia #B853AA
Tints of Fuchsia #B853AA
RGB
CMYK
RGB Variations
Color information
#B853AA (or 0xB853AA) is known color: Fuchsia. HEX triplet: B8, 53 and AA. RGB value is (184,83,170). Sum of RGB (Red+Green+Blue) = 184+83+170=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B853AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B853AA is #47AC55. Grayscale: #7A7A7A. Windows color (decimal): -4697174 or 11162552. OLE color: 11162552.
HSL color Cylindrical-coordinate representation of color #B853AA: hue angle of 308.32º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B853AA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 170 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.28 |
| HSL | 308.32º | 0.42% | 0.52% | - |
| HSV(B) | 308.32º | 0.55% | 0.72% | - |
| XYZ | 30.12 | 19.28 | 40.16 | - |
| YUV | 123.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 170 | 0 | 0.55 | 0.08 | 0.28 | 308.32 | 0.42 | 0.52 |
| Hex | B8 | 53 | AA | 0 | 37 | 8 | 1C | 134 | 2A | 34 |
| Octal | 270 | 123 | 252 | 0 | 67 | 10 | 34 | 464 | 52 | 64 |
| Binary | 10111000 | 1010011 | 10101010 | 0 | 110111 | 1000 | 11100 | 100110100 | 101010 | 110100 |
Color Harmonies of #B853AA
Complementary color
Monochromatic Colors of #B853AA
Black with #B853AA
Text Example
Text Example
White with #B853AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B853AA; }
p { color: rgb(184,83,170); }
H1.HeaderClassName
{
color: #B853AA;
}
.AnyTagClassName
{
color: #B853AA;
}
</style>
background-color css
<style>
a { background-color: #B853AA; }
a { background-color: rgb(184,83,170); }
div.DivClassName
{
background-color: #B853AA;
}
.BgClassName
{
background-color: #B853AA;
}
</style>
border-color css
<style>
span { border-color: #B853AA; }
span { border-color: rgb(184,83,170); }
td.TdClassName
{
border-color: #B853AA;
}
.TagClassName
{
border-color: #B853AA;
}
</style>