Shades of Fuchsia #B871BA
Tints of Fuchsia #B871BA
RGB
CMYK
RGB Variations
Color information
#B871BA (or 0xB871BA) is known color: Fuchsia. HEX triplet: B8, 71 and BA. RGB value is (184,113,186). Sum of RGB (Red+Green+Blue) = 184+113+186=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B871BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871BA is #478E45. Grayscale: #8E8E8E. Windows color (decimal): -4689478 or 12218808. OLE color: 12218808.
HSL color Cylindrical-coordinate representation of color #B871BA: hue angle of 298.36º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871BA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 113 | 186 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.27 |
| HSL | 298.36º | 0.35% | 0.59% | - |
| HSV(B) | 298.36º | 0.39% | 0.73% | - |
| XYZ | 34.54 | 25.55 | 49.57 | - |
| YUV | 142.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 186 | 0.01 | 0.39 | 0 | 0.27 | 298.36 | 0.35 | 0.59 |
| Hex | B8 | 71 | BA | 1 | 27 | 0 | 1B | 12A | 23 | 3B |
| Octal | 270 | 161 | 272 | 1 | 47 | 0 | 33 | 452 | 43 | 73 |
| Binary | 10111000 | 1110001 | 10111010 | 1 | 100111 | 0 | 11011 | 100101010 | 100011 | 111011 |
Color Harmonies of #B871BA
Complementary color
Monochromatic Colors of #B871BA
Black with #B871BA
Text Example
Text Example
White with #B871BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871BA; }
p { color: rgb(184,113,186); }
H1.HeaderClassName
{
color: #B871BA;
}
.AnyTagClassName
{
color: #B871BA;
}
</style>
background-color css
<style>
a { background-color: #B871BA; }
a { background-color: rgb(184,113,186); }
div.DivClassName
{
background-color: #B871BA;
}
.BgClassName
{
background-color: #B871BA;
}
</style>
border-color css
<style>
span { border-color: #B871BA; }
span { border-color: rgb(184,113,186); }
td.TdClassName
{
border-color: #B871BA;
}
.TagClassName
{
border-color: #B871BA;
}
</style>