Shades of Fuchsia #B871BD
Tints of Fuchsia #B871BD
RGB
CMYK
RGB Variations
Color information
#B871BD (or 0xB871BD) is known color: Fuchsia. HEX triplet: B8, 71 and BD. RGB value is (184,113,189). Sum of RGB (Red+Green+Blue) = 184+113+189=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #B871BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BD is #478E42. Grayscale: #8E8E8E. Windows color (decimal): -4689475 or 12415416. OLE color: 12415416.
HSL color Cylindrical-coordinate representation of color #B871BD: hue angle of 296.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B871BD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 113 | 189 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.26 |
| HSL | 296.05º | 0.37% | 0.59% | - |
| HSV(B) | 296.05º | 0.4% | 0.74% | - |
| XYZ | 34.86 | 25.67 | 51.26 | - |
| YUV | 142.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 189 | 0.03 | 0.40 | 0 | 0.26 | 296.05 | 0.37 | 0.59 |
| Hex | B8 | 71 | BD | 3 | 28 | 0 | 1A | 128 | 25 | 3B |
| Octal | 270 | 161 | 275 | 3 | 50 | 0 | 32 | 450 | 45 | 73 |
| Binary | 10111000 | 1110001 | 10111101 | 11 | 101000 | 0 | 11010 | 100101000 | 100101 | 111011 |
Color Harmonies of #B871BD
Complementary color
Monochromatic Colors of #B871BD
Black with #B871BD
Text Example
Text Example
White with #B871BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871BD; }
p { color: rgb(184,113,189); }
H1.HeaderClassName
{
color: #B871BD;
}
.AnyTagClassName
{
color: #B871BD;
}
</style>
background-color css
<style>
a { background-color: #B871BD; }
a { background-color: rgb(184,113,189); }
div.DivClassName
{
background-color: #B871BD;
}
.BgClassName
{
background-color: #B871BD;
}
</style>
border-color css
<style>
span { border-color: #B871BD; }
span { border-color: rgb(184,113,189); }
td.TdClassName
{
border-color: #B871BD;
}
.TagClassName
{
border-color: #B871BD;
}
</style>