Shades of Fuchsia #B85DB9
Tints of Fuchsia #B85DB9
RGB
CMYK
RGB Variations
Color information
#B85DB9 (or 0xB85DB9) is known color: Fuchsia. HEX triplet: B8, 5D and B9. RGB value is (184,93,185). Sum of RGB (Red+Green+Blue) = 184+93+185=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #B85DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DB9 is #47A246. Grayscale: #828282. Windows color (decimal): -4694599 or 12148152. OLE color: 12148152.
HSL color Cylindrical-coordinate representation of color #B85DB9: hue angle of 299.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85DB9 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 93 | 185 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.27 |
| HSL | 299.35º | 0.4% | 0.55% | - |
| HSV(B) | 299.35º | 0.5% | 0.73% | - |
| XYZ | 32.44 | 21.52 | 48.34 | - |
| YUV | 130.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 185 | 0.01 | 0.50 | 0 | 0.27 | 299.35 | 0.4 | 0.55 |
| Hex | B8 | 5D | B9 | 1 | 32 | 0 | 1B | 12B | 28 | 37 |
| Octal | 270 | 135 | 271 | 1 | 62 | 0 | 33 | 453 | 50 | 67 |
| Binary | 10111000 | 1011101 | 10111001 | 1 | 110010 | 0 | 11011 | 100101011 | 101000 | 110111 |
Color Harmonies of #B85DB9
Complementary color
Monochromatic Colors of #B85DB9
Black with #B85DB9
Text Example
Text Example
White with #B85DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DB9; }
p { color: rgb(184,93,185); }
H1.HeaderClassName
{
color: #B85DB9;
}
.AnyTagClassName
{
color: #B85DB9;
}
</style>
background-color css
<style>
a { background-color: #B85DB9; }
a { background-color: rgb(184,93,185); }
div.DivClassName
{
background-color: #B85DB9;
}
.BgClassName
{
background-color: #B85DB9;
}
</style>
border-color css
<style>
span { border-color: #B85DB9; }
span { border-color: rgb(184,93,185); }
td.TdClassName
{
border-color: #B85DB9;
}
.TagClassName
{
border-color: #B85DB9;
}
</style>