Shades of Fuchsia #B871B1
Tints of Fuchsia #B871B1
RGB
CMYK
RGB Variations
Color information
#B871B1 (or 0xB871B1) is known color: Fuchsia. HEX triplet: B8, 71 and B1. RGB value is (184,113,177). Sum of RGB (Red+Green+Blue) = 184+113+177=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871B1 is #478E4E. Grayscale: #8D8D8D. Windows color (decimal): -4689487 or 11628984. OLE color: 11628984.
HSL color Cylindrical-coordinate representation of color #B871B1: hue angle of 305.92º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871B1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 177 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.28 |
| HSL | 305.92º | 0.33% | 0.58% | - |
| HSV(B) | 305.92º | 0.39% | 0.72% | - |
| XYZ | 33.61 | 25.17 | 44.68 | - |
| YUV | 141.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 177 | 0 | 0.39 | 0.04 | 0.28 | 305.92 | 0.33 | 0.58 |
| Hex | B8 | 71 | B1 | 0 | 27 | 4 | 1C | 132 | 21 | 3A |
| Octal | 270 | 161 | 261 | 0 | 47 | 4 | 34 | 462 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10110001 | 0 | 100111 | 100 | 11100 | 100110010 | 100001 | 111010 |
Color Harmonies of #B871B1
Complementary color
Monochromatic Colors of #B871B1
Black with #B871B1
Text Example
Text Example
White with #B871B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871B1; }
p { color: rgb(184,113,177); }
H1.HeaderClassName
{
color: #B871B1;
}
.AnyTagClassName
{
color: #B871B1;
}
</style>
background-color css
<style>
a { background-color: #B871B1; }
a { background-color: rgb(184,113,177); }
div.DivClassName
{
background-color: #B871B1;
}
.BgClassName
{
background-color: #B871B1;
}
</style>
border-color css
<style>
span { border-color: #B871B1; }
span { border-color: rgb(184,113,177); }
td.TdClassName
{
border-color: #B871B1;
}
.TagClassName
{
border-color: #B871B1;
}
</style>