Shades of Fuchsia #B246AA
Tints of Fuchsia #B246AA
RGB
CMYK
RGB Variations
Color information
#B246AA (or 0xB246AA) is known color: Fuchsia. HEX triplet: B2, 46 and AA. RGB value is (178,70,170). Sum of RGB (Red+Green+Blue) = 178+70+170=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B246AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246AA is #4DB955. Grayscale: #717171. Windows color (decimal): -5093718 or 11159218. OLE color: 11159218.
HSL color Cylindrical-coordinate representation of color #B246AA: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B246AA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 170 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.30 |
| HSL | 304.44º | 0.44% | 0.49% | - |
| HSV(B) | 304.44º | 0.61% | 0.7% | - |
| XYZ | 27.81 | 16.75 | 39.8 | - |
| YUV | 113.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 170 | 0 | 0.61 | 0.04 | 0.30 | 304.44 | 0.44 | 0.49 |
| Hex | B2 | 46 | AA | 0 | 3D | 4 | 1E | 130 | 2C | 31 |
| Octal | 262 | 106 | 252 | 0 | 75 | 4 | 36 | 460 | 54 | 61 |
| Binary | 10110010 | 1000110 | 10101010 | 0 | 111101 | 100 | 11110 | 100110000 | 101100 | 110001 |
Color Harmonies of #B246AA
Complementary color
Monochromatic Colors of #B246AA
Black with #B246AA
Text Example
Text Example
White with #B246AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B246AA; }
p { color: rgb(178,70,170); }
H1.HeaderClassName
{
color: #B246AA;
}
.AnyTagClassName
{
color: #B246AA;
}
</style>
background-color css
<style>
a { background-color: #B246AA; }
a { background-color: rgb(178,70,170); }
div.DivClassName
{
background-color: #B246AA;
}
.BgClassName
{
background-color: #B246AA;
}
</style>
border-color css
<style>
span { border-color: #B246AA; }
span { border-color: rgb(178,70,170); }
td.TdClassName
{
border-color: #B246AA;
}
.TagClassName
{
border-color: #B246AA;
}
</style>