Shades of Fuchsia #B744AA
Tints of Fuchsia #B744AA
RGB
CMYK
RGB Variations
Color information
#B744AA (or 0xB744AA) is known color: Fuchsia. HEX triplet: B7, 44 and AA. RGB value is (183,68,170). Sum of RGB (Red+Green+Blue) = 183+68+170=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B744AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744AA is #48BB55. Grayscale: #717171. Windows color (decimal): -4766550 or 11158711. OLE color: 11158711.
HSL color Cylindrical-coordinate representation of color #B744AA: hue angle of 306.78º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744AA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 170 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.28 |
| HSL | 306.78º | 0.46% | 0.49% | - |
| HSV(B) | 306.78º | 0.63% | 0.72% | - |
| XYZ | 28.85 | 17.1 | 39.81 | - |
| YUV | 114.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 170 | 0 | 0.63 | 0.07 | 0.28 | 306.78 | 0.46 | 0.49 |
| Hex | B7 | 44 | AA | 0 | 3F | 7 | 1C | 133 | 2E | 31 |
| Octal | 267 | 104 | 252 | 0 | 77 | 7 | 34 | 463 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10101010 | 0 | 111111 | 111 | 11100 | 100110011 | 101110 | 110001 |
Color Harmonies of #B744AA
Complementary color
Monochromatic Colors of #B744AA
Black with #B744AA
Text Example
Text Example
White with #B744AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744AA; }
p { color: rgb(183,68,170); }
H1.HeaderClassName
{
color: #B744AA;
}
.AnyTagClassName
{
color: #B744AA;
}
</style>
background-color css
<style>
a { background-color: #B744AA; }
a { background-color: rgb(183,68,170); }
div.DivClassName
{
background-color: #B744AA;
}
.BgClassName
{
background-color: #B744AA;
}
</style>
border-color css
<style>
span { border-color: #B744AA; }
span { border-color: rgb(183,68,170); }
td.TdClassName
{
border-color: #B744AA;
}
.TagClassName
{
border-color: #B744AA;
}
</style>