Shades of Fuchsia #B85AB9
Tints of Fuchsia #B85AB9
RGB
CMYK
RGB Variations
Color information
#B85AB9 (or 0xB85AB9) is known color: Fuchsia. HEX triplet: B8, 5A and B9. RGB value is (184,90,185). Sum of RGB (Red+Green+Blue) = 184+90+185=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #B85AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AB9 is #47A546. Grayscale: #808080. Windows color (decimal): -4695367 or 12147384. OLE color: 12147384.
HSL color Cylindrical-coordinate representation of color #B85AB9: hue angle of 299.37º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85AB9 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 90 | 185 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.27 |
| HSL | 299.37º | 0.4% | 0.54% | - |
| HSV(B) | 299.37º | 0.51% | 0.73% | - |
| XYZ | 32.18 | 21.01 | 48.26 | - |
| YUV | 128.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 185 | 0.01 | 0.51 | 0 | 0.27 | 299.37 | 0.4 | 0.54 |
| Hex | B8 | 5A | B9 | 1 | 33 | 0 | 1B | 12B | 28 | 36 |
| Octal | 270 | 132 | 271 | 1 | 63 | 0 | 33 | 453 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10111001 | 1 | 110011 | 0 | 11011 | 100101011 | 101000 | 110110 |
Color Harmonies of #B85AB9
Complementary color
Monochromatic Colors of #B85AB9
Black with #B85AB9
Text Example
Text Example
White with #B85AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AB9; }
p { color: rgb(184,90,185); }
H1.HeaderClassName
{
color: #B85AB9;
}
.AnyTagClassName
{
color: #B85AB9;
}
</style>
background-color css
<style>
a { background-color: #B85AB9; }
a { background-color: rgb(184,90,185); }
div.DivClassName
{
background-color: #B85AB9;
}
.BgClassName
{
background-color: #B85AB9;
}
</style>
border-color css
<style>
span { border-color: #B85AB9; }
span { border-color: rgb(184,90,185); }
td.TdClassName
{
border-color: #B85AB9;
}
.TagClassName
{
border-color: #B85AB9;
}
</style>