Shades of Fuchsia #B871B4
Tints of Fuchsia #B871B4
RGB
CMYK
RGB Variations
Color information
#B871B4 (or 0xB871B4) is known color: Fuchsia. HEX triplet: B8, 71 and B4. RGB value is (184,113,180). Sum of RGB (Red+Green+Blue) = 184+113+180=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B871B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871B4 is #478E4B. Grayscale: #8D8D8D. Windows color (decimal): -4689484 or 11825592. OLE color: 11825592.
HSL color Cylindrical-coordinate representation of color #B871B4: hue angle of 303.38º 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 #B871B4 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 180 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.28 |
| HSL | 303.38º | 0.33% | 0.58% | - |
| HSV(B) | 303.38º | 0.39% | 0.72% | - |
| XYZ | 33.91 | 25.3 | 46.28 | - |
| YUV | 141.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 180 | 0 | 0.39 | 0.02 | 0.28 | 303.38 | 0.33 | 0.58 |
| Hex | B8 | 71 | B4 | 0 | 27 | 2 | 1C | 12F | 21 | 3A |
| Octal | 270 | 161 | 264 | 0 | 47 | 2 | 34 | 457 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10110100 | 0 | 100111 | 10 | 11100 | 100101111 | 100001 | 111010 |
Color Harmonies of #B871B4
Complementary color
Monochromatic Colors of #B871B4
Black with #B871B4
Text Example
Text Example
White with #B871B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871B4; }
p { color: rgb(184,113,180); }
H1.HeaderClassName
{
color: #B871B4;
}
.AnyTagClassName
{
color: #B871B4;
}
</style>
background-color css
<style>
a { background-color: #B871B4; }
a { background-color: rgb(184,113,180); }
div.DivClassName
{
background-color: #B871B4;
}
.BgClassName
{
background-color: #B871B4;
}
</style>
border-color css
<style>
span { border-color: #B871B4; }
span { border-color: rgb(184,113,180); }
td.TdClassName
{
border-color: #B871B4;
}
.TagClassName
{
border-color: #B871B4;
}
</style>