Shades of Fuchsia #B746AA
Tints of Fuchsia #B746AA
RGB
CMYK
RGB Variations
Color information
#B746AA (or 0xB746AA) is known color: Fuchsia. HEX triplet: B7, 46 and AA. RGB value is (183,70,170). Sum of RGB (Red+Green+Blue) = 183+70+170=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B746AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B746AA is #48B955. Grayscale: #727272. Windows color (decimal): -4766038 or 11159223. OLE color: 11159223.
HSL color Cylindrical-coordinate representation of color #B746AA: hue angle of 306.9º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B746AA is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 170 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.28 |
| HSL | 306.9º | 0.45% | 0.5% | - |
| HSV(B) | 306.9º | 0.62% | 0.72% | - |
| XYZ | 28.97 | 17.35 | 39.85 | - |
| YUV | 115.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 170 | 0 | 0.62 | 0.07 | 0.28 | 306.9 | 0.45 | 0.5 |
| Hex | B7 | 46 | AA | 0 | 3E | 7 | 1C | 133 | 2D | 32 |
| Octal | 267 | 106 | 252 | 0 | 76 | 7 | 34 | 463 | 55 | 62 |
| Binary | 10110111 | 1000110 | 10101010 | 0 | 111110 | 111 | 11100 | 100110011 | 101101 | 110010 |
Color Harmonies of #B746AA
Complementary color
Monochromatic Colors of #B746AA
Black with #B746AA
Text Example
Text Example
White with #B746AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746AA; }
p { color: rgb(183,70,170); }
H1.HeaderClassName
{
color: #B746AA;
}
.AnyTagClassName
{
color: #B746AA;
}
</style>
background-color css
<style>
a { background-color: #B746AA; }
a { background-color: rgb(183,70,170); }
div.DivClassName
{
background-color: #B746AA;
}
.BgClassName
{
background-color: #B746AA;
}
</style>
border-color css
<style>
span { border-color: #B746AA; }
span { border-color: rgb(183,70,170); }
td.TdClassName
{
border-color: #B746AA;
}
.TagClassName
{
border-color: #B746AA;
}
</style>