Shades of Fuchsia #B749AA
Tints of Fuchsia #B749AA
RGB
CMYK
RGB Variations
Color information
#B749AA (or 0xB749AA) is known color: Fuchsia. HEX triplet: B7, 49 and AA. RGB value is (183,73,170). Sum of RGB (Red+Green+Blue) = 183+73+170=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AA is #48B655. Grayscale: #747474. Windows color (decimal): -4765270 or 11159991. OLE color: 11159991.
HSL color Cylindrical-coordinate representation of color #B749AA: hue angle of 307.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B749AA is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 170 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.28 |
| HSL | 307.09º | 0.43% | 0.5% | - |
| HSV(B) | 307.09º | 0.6% | 0.72% | - |
| XYZ | 29.17 | 17.73 | 39.92 | - |
| YUV | 116.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 170 | 0 | 0.60 | 0.07 | 0.28 | 307.09 | 0.43 | 0.5 |
| Hex | B7 | 49 | AA | 0 | 3C | 7 | 1C | 133 | 2B | 32 |
| Octal | 267 | 111 | 252 | 0 | 74 | 7 | 34 | 463 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10101010 | 0 | 111100 | 111 | 11100 | 100110011 | 101011 | 110010 |
Color Harmonies of #B749AA
Complementary color
Monochromatic Colors of #B749AA
Black with #B749AA
Text Example
Text Example
White with #B749AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749AA; }
p { color: rgb(183,73,170); }
H1.HeaderClassName
{
color: #B749AA;
}
.AnyTagClassName
{
color: #B749AA;
}
</style>
background-color css
<style>
a { background-color: #B749AA; }
a { background-color: rgb(183,73,170); }
div.DivClassName
{
background-color: #B749AA;
}
.BgClassName
{
background-color: #B749AA;
}
</style>
border-color css
<style>
span { border-color: #B749AA; }
span { border-color: rgb(183,73,170); }
td.TdClassName
{
border-color: #B749AA;
}
.TagClassName
{
border-color: #B749AA;
}
</style>