Shades of Fuchsia #B247B0
Tints of Fuchsia #B247B0
RGB
CMYK
RGB Variations
Color information
#B247B0 (or 0xB247B0) is known color: Fuchsia. HEX triplet: B2, 47 and B0. RGB value is (178,71,176). Sum of RGB (Red+Green+Blue) = 178+71+176=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B247B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B247B0 is #4DB84F. Grayscale: #727272. Windows color (decimal): -5093456 or 11552690. OLE color: 11552690.
HSL color Cylindrical-coordinate representation of color #B247B0: hue angle of 301.12º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B247B0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 176 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.30 |
| HSL | 301.12º | 0.43% | 0.49% | - |
| HSV(B) | 301.12º | 0.6% | 0.7% | - |
| XYZ | 28.45 | 17.11 | 42.88 | - |
| YUV | 114.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 176 | 0 | 0.60 | 0.01 | 0.30 | 301.12 | 0.43 | 0.49 |
| Hex | B2 | 47 | B0 | 0 | 3C | 1 | 1E | 12D | 2B | 31 |
| Octal | 262 | 107 | 260 | 0 | 74 | 1 | 36 | 455 | 53 | 61 |
| Binary | 10110010 | 1000111 | 10110000 | 0 | 111100 | 1 | 11110 | 100101101 | 101011 | 110001 |
Color Harmonies of #B247B0
Complementary color
Monochromatic Colors of #B247B0
Black with #B247B0
Text Example
Text Example
White with #B247B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247B0; }
p { color: rgb(178,71,176); }
H1.HeaderClassName
{
color: #B247B0;
}
.AnyTagClassName
{
color: #B247B0;
}
</style>
background-color css
<style>
a { background-color: #B247B0; }
a { background-color: rgb(178,71,176); }
div.DivClassName
{
background-color: #B247B0;
}
.BgClassName
{
background-color: #B247B0;
}
</style>
border-color css
<style>
span { border-color: #B247B0; }
span { border-color: rgb(178,71,176); }
td.TdClassName
{
border-color: #B247B0;
}
.TagClassName
{
border-color: #B247B0;
}
</style>