Shades of Fuchsia #B85ABB
Tints of Fuchsia #B85ABB
RGB
CMYK
RGB Variations
Color information
#B85ABB (or 0xB85ABB) is known color: Fuchsia. HEX triplet: B8, 5A and BB. RGB value is (184,90,187). Sum of RGB (Red+Green+Blue) = 184+90+187=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #B85ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ABB is #47A544. Grayscale: #808080. Windows color (decimal): -4695365 or 12278456. OLE color: 12278456.
HSL color Cylindrical-coordinate representation of color #B85ABB: hue angle of 298.14º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85ABB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 90 | 187 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.27 |
| HSL | 298.14º | 0.42% | 0.54% | - |
| HSV(B) | 298.14º | 0.52% | 0.73% | - |
| XYZ | 32.39 | 21.09 | 49.38 | - |
| YUV | 129.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 187 | 0.02 | 0.52 | 0 | 0.27 | 298.14 | 0.42 | 0.54 |
| Hex | B8 | 5A | BB | 2 | 34 | 0 | 1B | 12A | 2A | 36 |
| Octal | 270 | 132 | 273 | 2 | 64 | 0 | 33 | 452 | 52 | 66 |
| Binary | 10111000 | 1011010 | 10111011 | 10 | 110100 | 0 | 11011 | 100101010 | 101010 | 110110 |
Color Harmonies of #B85ABB
Complementary color
Monochromatic Colors of #B85ABB
Black with #B85ABB
Text Example
Text Example
White with #B85ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ABB; }
p { color: rgb(184,90,187); }
H1.HeaderClassName
{
color: #B85ABB;
}
.AnyTagClassName
{
color: #B85ABB;
}
</style>
background-color css
<style>
a { background-color: #B85ABB; }
a { background-color: rgb(184,90,187); }
div.DivClassName
{
background-color: #B85ABB;
}
.BgClassName
{
background-color: #B85ABB;
}
</style>
border-color css
<style>
span { border-color: #B85ABB; }
span { border-color: rgb(184,90,187); }
td.TdClassName
{
border-color: #B85ABB;
}
.TagClassName
{
border-color: #B85ABB;
}
</style>