Shades of Fuchsia #B85BB5
Tints of Fuchsia #B85BB5
RGB
CMYK
RGB Variations
Color information
#B85BB5 (or 0xB85BB5) is known color: Fuchsia. HEX triplet: B8, 5B and B5. RGB value is (184,91,181). Sum of RGB (Red+Green+Blue) = 184+91+181=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BB5 is #47A44A. Grayscale: #808080. Windows color (decimal): -4695115 or 11885496. OLE color: 11885496.
HSL color Cylindrical-coordinate representation of color #B85BB5: hue angle of 301.94º 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 #B85BB5 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 181 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.28 |
| HSL | 301.94º | 0.4% | 0.54% | - |
| HSV(B) | 301.94º | 0.51% | 0.72% | - |
| XYZ | 31.85 | 21.01 | 46.09 | - |
| YUV | 129.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 181 | 0 | 0.51 | 0.02 | 0.28 | 301.94 | 0.4 | 0.54 |
| Hex | B8 | 5B | B5 | 0 | 33 | 2 | 1C | 12E | 28 | 36 |
| Octal | 270 | 133 | 265 | 0 | 63 | 2 | 34 | 456 | 50 | 66 |
| Binary | 10111000 | 1011011 | 10110101 | 0 | 110011 | 10 | 11100 | 100101110 | 101000 | 110110 |
Color Harmonies of #B85BB5
Complementary color
Monochromatic Colors of #B85BB5
Black with #B85BB5
Text Example
Text Example
White with #B85BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BB5; }
p { color: rgb(184,91,181); }
H1.HeaderClassName
{
color: #B85BB5;
}
.AnyTagClassName
{
color: #B85BB5;
}
</style>
background-color css
<style>
a { background-color: #B85BB5; }
a { background-color: rgb(184,91,181); }
div.DivClassName
{
background-color: #B85BB5;
}
.BgClassName
{
background-color: #B85BB5;
}
</style>
border-color css
<style>
span { border-color: #B85BB5; }
span { border-color: rgb(184,91,181); }
td.TdClassName
{
border-color: #B85BB5;
}
.TagClassName
{
border-color: #B85BB5;
}
</style>