Shades of Fuchsia #B371BA
Tints of Fuchsia #B371BA
RGB
CMYK
RGB Variations
Color information
#B371BA (or 0xB371BA) is known color: Fuchsia. HEX triplet: B3, 71 and BA. RGB value is (179,113,186). Sum of RGB (Red+Green+Blue) = 179+113+186=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B371BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371BA is #4C8E45. Grayscale: #8C8C8C. Windows color (decimal): -5017158 or 12218803. OLE color: 12218803.
HSL color Cylindrical-coordinate representation of color #B371BA: hue angle of 294.25º 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 #B371BA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 113 | 186 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.27 |
| HSL | 294.25º | 0.35% | 0.59% | - |
| HSV(B) | 294.25º | 0.39% | 0.73% | - |
| XYZ | 33.36 | 24.94 | 49.51 | - |
| YUV | 141.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 186 | 0.04 | 0.39 | 0 | 0.27 | 294.25 | 0.35 | 0.59 |
| Hex | B3 | 71 | BA | 4 | 27 | 0 | 1B | 126 | 23 | 3B |
| Octal | 263 | 161 | 272 | 4 | 47 | 0 | 33 | 446 | 43 | 73 |
| Binary | 10110011 | 1110001 | 10111010 | 100 | 100111 | 0 | 11011 | 100100110 | 100011 | 111011 |
Color Harmonies of #B371BA
Complementary color
Monochromatic Colors of #B371BA
Black with #B371BA
Text Example
Text Example
White with #B371BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371BA; }
p { color: rgb(179,113,186); }
H1.HeaderClassName
{
color: #B371BA;
}
.AnyTagClassName
{
color: #B371BA;
}
</style>
background-color css
<style>
a { background-color: #B371BA; }
a { background-color: rgb(179,113,186); }
div.DivClassName
{
background-color: #B371BA;
}
.BgClassName
{
background-color: #B371BA;
}
</style>
border-color css
<style>
span { border-color: #B371BA; }
span { border-color: rgb(179,113,186); }
td.TdClassName
{
border-color: #B371BA;
}
.TagClassName
{
border-color: #B371BA;
}
</style>