Shades of Fuchsia #B85AAB
Tints of Fuchsia #B85AAB
RGB
CMYK
RGB Variations
Color information
#B85AAB (or 0xB85AAB) is known color: Fuchsia. HEX triplet: B8, 5A and AB. RGB value is (184,90,171). Sum of RGB (Red+Green+Blue) = 184+90+171=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AAB is #47A554. Grayscale: #7F7F7F. Windows color (decimal): -4695381 or 11229880. OLE color: 11229880.
HSL color Cylindrical-coordinate representation of color #B85AAB: hue angle of 308.3º 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 #B85AAB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 171 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.28 |
| HSL | 308.3º | 0.4% | 0.54% | - |
| HSV(B) | 308.3º | 0.51% | 0.72% | - |
| XYZ | 30.77 | 20.44 | 40.85 | - |
| YUV | 127.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 171 | 0 | 0.51 | 0.07 | 0.28 | 308.3 | 0.4 | 0.54 |
| Hex | B8 | 5A | AB | 0 | 33 | 7 | 1C | 134 | 28 | 36 |
| Octal | 270 | 132 | 253 | 0 | 63 | 7 | 34 | 464 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10101011 | 0 | 110011 | 111 | 11100 | 100110100 | 101000 | 110110 |
Color Harmonies of #B85AAB
Complementary color
Monochromatic Colors of #B85AAB
Black with #B85AAB
Text Example
Text Example
White with #B85AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AAB; }
p { color: rgb(184,90,171); }
H1.HeaderClassName
{
color: #B85AAB;
}
.AnyTagClassName
{
color: #B85AAB;
}
</style>
background-color css
<style>
a { background-color: #B85AAB; }
a { background-color: rgb(184,90,171); }
div.DivClassName
{
background-color: #B85AAB;
}
.BgClassName
{
background-color: #B85AAB;
}
</style>
border-color css
<style>
span { border-color: #B85AAB; }
span { border-color: rgb(184,90,171); }
td.TdClassName
{
border-color: #B85AAB;
}
.TagClassName
{
border-color: #B85AAB;
}
</style>