Shades of Fuchsia #B85FB1
Tints of Fuchsia #B85FB1
RGB
CMYK
RGB Variations
Color information
#B85FB1 (or 0xB85FB1) is known color: Fuchsia. HEX triplet: B8, 5F and B1. RGB value is (184,95,177). Sum of RGB (Red+Green+Blue) = 184+95+177=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FB1 is #47A04E. Grayscale: #828282. Windows color (decimal): -4694095 or 11624376. OLE color: 11624376.
HSL color Cylindrical-coordinate representation of color #B85FB1: hue angle of 304.72º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85FB1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 177 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.28 |
| HSL | 304.72º | 0.39% | 0.55% | - |
| HSV(B) | 304.72º | 0.48% | 0.72% | - |
| XYZ | 31.8 | 21.55 | 44.08 | - |
| YUV | 130.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 177 | 0 | 0.48 | 0.04 | 0.28 | 304.72 | 0.39 | 0.55 |
| Hex | B8 | 5F | B1 | 0 | 30 | 4 | 1C | 131 | 27 | 37 |
| Octal | 270 | 137 | 261 | 0 | 60 | 4 | 34 | 461 | 47 | 67 |
| Binary | 10111000 | 1011111 | 10110001 | 0 | 110000 | 100 | 11100 | 100110001 | 100111 | 110111 |
Color Harmonies of #B85FB1
Complementary color
Monochromatic Colors of #B85FB1
Black with #B85FB1
Text Example
Text Example
White with #B85FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85FB1; }
p { color: rgb(184,95,177); }
H1.HeaderClassName
{
color: #B85FB1;
}
.AnyTagClassName
{
color: #B85FB1;
}
</style>
background-color css
<style>
a { background-color: #B85FB1; }
a { background-color: rgb(184,95,177); }
div.DivClassName
{
background-color: #B85FB1;
}
.BgClassName
{
background-color: #B85FB1;
}
</style>
border-color css
<style>
span { border-color: #B85FB1; }
span { border-color: rgb(184,95,177); }
td.TdClassName
{
border-color: #B85FB1;
}
.TagClassName
{
border-color: #B85FB1;
}
</style>