Shades of Fuchsia #B85AB1
Tints of Fuchsia #B85AB1
RGB
CMYK
RGB Variations
Color information
#B85AB1 (or 0xB85AB1) is known color: Fuchsia. HEX triplet: B8, 5A and B1. RGB value is (184,90,177). Sum of RGB (Red+Green+Blue) = 184+90+177=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AB1 is #47A54E. Grayscale: #7F7F7F. Windows color (decimal): -4695375 or 11623096. OLE color: 11623096.
HSL color Cylindrical-coordinate representation of color #B85AB1: hue angle of 304.47º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85AB1 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 177 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.28 |
| HSL | 304.47º | 0.4% | 0.54% | - |
| HSV(B) | 304.47º | 0.51% | 0.72% | - |
| XYZ | 31.36 | 20.68 | 43.93 | - |
| YUV | 128.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 177 | 0 | 0.51 | 0.04 | 0.28 | 304.47 | 0.4 | 0.54 |
| Hex | B8 | 5A | B1 | 0 | 33 | 4 | 1C | 130 | 28 | 36 |
| Octal | 270 | 132 | 261 | 0 | 63 | 4 | 34 | 460 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10110001 | 0 | 110011 | 100 | 11100 | 100110000 | 101000 | 110110 |
Color Harmonies of #B85AB1
Complementary color
Monochromatic Colors of #B85AB1
Black with #B85AB1
Text Example
Text Example
White with #B85AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AB1; }
p { color: rgb(184,90,177); }
H1.HeaderClassName
{
color: #B85AB1;
}
.AnyTagClassName
{
color: #B85AB1;
}
</style>
background-color css
<style>
a { background-color: #B85AB1; }
a { background-color: rgb(184,90,177); }
div.DivClassName
{
background-color: #B85AB1;
}
.BgClassName
{
background-color: #B85AB1;
}
</style>
border-color css
<style>
span { border-color: #B85AB1; }
span { border-color: rgb(184,90,177); }
td.TdClassName
{
border-color: #B85AB1;
}
.TagClassName
{
border-color: #B85AB1;
}
</style>