Shades of Fuchsia #B871B5
Tints of Fuchsia #B871B5
RGB
CMYK
RGB Variations
Color information
#B871B5 (or 0xB871B5) is known color: Fuchsia. HEX triplet: B8, 71 and B5. RGB value is (184,113,181). Sum of RGB (Red+Green+Blue) = 184+113+181=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871B5 is #478E4A. Grayscale: #8D8D8D. Windows color (decimal): -4689483 or 11891128. OLE color: 11891128.
HSL color Cylindrical-coordinate representation of color #B871B5: hue angle of 302.54º 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 #B871B5 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 181 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.28 |
| HSL | 302.54º | 0.33% | 0.58% | - |
| HSV(B) | 302.54º | 0.39% | 0.72% | - |
| XYZ | 34.01 | 25.34 | 46.81 | - |
| YUV | 141.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 181 | 0 | 0.39 | 0.02 | 0.28 | 302.54 | 0.33 | 0.58 |
| Hex | B8 | 71 | B5 | 0 | 27 | 2 | 1C | 12F | 21 | 3A |
| Octal | 270 | 161 | 265 | 0 | 47 | 2 | 34 | 457 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10110101 | 0 | 100111 | 10 | 11100 | 100101111 | 100001 | 111010 |
Color Harmonies of #B871B5
Complementary color
Monochromatic Colors of #B871B5
Black with #B871B5
Text Example
Text Example
White with #B871B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871B5; }
p { color: rgb(184,113,181); }
H1.HeaderClassName
{
color: #B871B5;
}
.AnyTagClassName
{
color: #B871B5;
}
</style>
background-color css
<style>
a { background-color: #B871B5; }
a { background-color: rgb(184,113,181); }
div.DivClassName
{
background-color: #B871B5;
}
.BgClassName
{
background-color: #B871B5;
}
</style>
border-color css
<style>
span { border-color: #B871B5; }
span { border-color: rgb(184,113,181); }
td.TdClassName
{
border-color: #B871B5;
}
.TagClassName
{
border-color: #B871B5;
}
</style>