Shades of Fuchsia #B85AAD
Tints of Fuchsia #B85AAD
RGB
CMYK
RGB Variations
Color information
#B85AAD (or 0xB85AAD) is known color: Fuchsia. HEX triplet: B8, 5A and AD. RGB value is (184,90,173). Sum of RGB (Red+Green+Blue) = 184+90+173=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AAD is #47A552. Grayscale: #7F7F7F. Windows color (decimal): -4695379 or 11360952. OLE color: 11360952.
HSL color Cylindrical-coordinate representation of color #B85AAD: hue angle of 307.02º 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 #B85AAD is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 173 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.28 |
| HSL | 307.02º | 0.4% | 0.54% | - |
| HSV(B) | 307.02º | 0.51% | 0.72% | - |
| XYZ | 30.97 | 20.52 | 41.86 | - |
| YUV | 127.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 173 | 0 | 0.51 | 0.06 | 0.28 | 307.02 | 0.4 | 0.54 |
| Hex | B8 | 5A | AD | 0 | 33 | 6 | 1C | 133 | 28 | 36 |
| Octal | 270 | 132 | 255 | 0 | 63 | 6 | 34 | 463 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10101101 | 0 | 110011 | 110 | 11100 | 100110011 | 101000 | 110110 |
Color Harmonies of #B85AAD
Complementary color
Monochromatic Colors of #B85AAD
Black with #B85AAD
Text Example
Text Example
White with #B85AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AAD; }
p { color: rgb(184,90,173); }
H1.HeaderClassName
{
color: #B85AAD;
}
.AnyTagClassName
{
color: #B85AAD;
}
</style>
background-color css
<style>
a { background-color: #B85AAD; }
a { background-color: rgb(184,90,173); }
div.DivClassName
{
background-color: #B85AAD;
}
.BgClassName
{
background-color: #B85AAD;
}
</style>
border-color css
<style>
span { border-color: #B85AAD; }
span { border-color: rgb(184,90,173); }
td.TdClassName
{
border-color: #B85AAD;
}
.TagClassName
{
border-color: #B85AAD;
}
</style>