Shades of Fuchsia #B85CAA
Tints of Fuchsia #B85CAA
RGB
CMYK
RGB Variations
Color information
#B85CAA (or 0xB85CAA) is known color: Fuchsia. HEX triplet: B8, 5C and AA. RGB value is (184,92,170). Sum of RGB (Red+Green+Blue) = 184+92+170=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B85CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85CAA is #47A355. Grayscale: #808080. Windows color (decimal): -4694870 or 11164856. OLE color: 11164856.
HSL color Cylindrical-coordinate representation of color #B85CAA: hue angle of 309.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85CAA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 170 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.28 |
| HSL | 309.13º | 0.39% | 0.54% | - |
| HSV(B) | 309.13º | 0.5% | 0.72% | - |
| XYZ | 30.85 | 20.75 | 40.41 | - |
| YUV | 128.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 170 | 0 | 0.50 | 0.08 | 0.28 | 309.13 | 0.39 | 0.54 |
| Hex | B8 | 5C | AA | 0 | 32 | 8 | 1C | 135 | 27 | 36 |
| Octal | 270 | 134 | 252 | 0 | 62 | 10 | 34 | 465 | 47 | 66 |
| Binary | 10111000 | 1011100 | 10101010 | 0 | 110010 | 1000 | 11100 | 100110101 | 100111 | 110110 |
Color Harmonies of #B85CAA
Complementary color
Monochromatic Colors of #B85CAA
Black with #B85CAA
Text Example
Text Example
White with #B85CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CAA; }
p { color: rgb(184,92,170); }
H1.HeaderClassName
{
color: #B85CAA;
}
.AnyTagClassName
{
color: #B85CAA;
}
</style>
background-color css
<style>
a { background-color: #B85CAA; }
a { background-color: rgb(184,92,170); }
div.DivClassName
{
background-color: #B85CAA;
}
.BgClassName
{
background-color: #B85CAA;
}
</style>
border-color css
<style>
span { border-color: #B85CAA; }
span { border-color: rgb(184,92,170); }
td.TdClassName
{
border-color: #B85CAA;
}
.TagClassName
{
border-color: #B85CAA;
}
</style>