Shades of Fuchsia #B271BA
Tints of Fuchsia #B271BA
RGB
CMYK
RGB Variations
Color information
#B271BA (or 0xB271BA) is known color: Fuchsia. HEX triplet: B2, 71 and BA. RGB value is (178,113,186). Sum of RGB (Red+Green+Blue) = 178+113+186=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B271BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271BA is #4D8E45. Grayscale: #8C8C8C. Windows color (decimal): -5082694 or 12218802. OLE color: 12218802.
HSL color Cylindrical-coordinate representation of color #B271BA: hue angle of 293.42º 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 #B271BA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 113 | 186 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.27 |
| HSL | 293.42º | 0.35% | 0.59% | - |
| HSV(B) | 293.42º | 0.39% | 0.73% | - |
| XYZ | 33.13 | 24.82 | 49.5 | - |
| YUV | 140.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 186 | 0.04 | 0.39 | 0 | 0.27 | 293.42 | 0.35 | 0.59 |
| Hex | B2 | 71 | BA | 4 | 27 | 0 | 1B | 125 | 23 | 3B |
| Octal | 262 | 161 | 272 | 4 | 47 | 0 | 33 | 445 | 43 | 73 |
| Binary | 10110010 | 1110001 | 10111010 | 100 | 100111 | 0 | 11011 | 100100101 | 100011 | 111011 |
Color Harmonies of #B271BA
Complementary color
Monochromatic Colors of #B271BA
Black with #B271BA
Text Example
Text Example
White with #B271BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271BA; }
p { color: rgb(178,113,186); }
H1.HeaderClassName
{
color: #B271BA;
}
.AnyTagClassName
{
color: #B271BA;
}
</style>
background-color css
<style>
a { background-color: #B271BA; }
a { background-color: rgb(178,113,186); }
div.DivClassName
{
background-color: #B271BA;
}
.BgClassName
{
background-color: #B271BA;
}
</style>
border-color css
<style>
span { border-color: #B271BA; }
span { border-color: rgb(178,113,186); }
td.TdClassName
{
border-color: #B271BA;
}
.TagClassName
{
border-color: #B271BA;
}
</style>