Shades of Fuchsia #B736AA
Tints of Fuchsia #B736AA
RGB
CMYK
RGB Variations
Color information
#B736AA (or 0xB736AA) is known color: Fuchsia. HEX triplet: B7, 36 and AA. RGB value is (183,54,170). Sum of RGB (Red+Green+Blue) = 183+54+170=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B736AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B736AA is #48C955. Grayscale: #696969. Windows color (decimal): -4770134 or 11155127. OLE color: 11155127.
HSL color Cylindrical-coordinate representation of color #B736AA: hue angle of 306.05º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B736AA is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 170 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.28 |
| HSL | 306.05º | 0.54% | 0.46% | - |
| HSV(B) | 306.05º | 0.7% | 0.72% | - |
| XYZ | 28.1 | 15.61 | 39.56 | - |
| YUV | 105.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 170 | 0 | 0.70 | 0.07 | 0.28 | 306.05 | 0.54 | 0.46 |
| Hex | B7 | 36 | AA | 0 | 46 | 7 | 1C | 132 | 36 | 2E |
| Octal | 267 | 66 | 252 | 0 | 106 | 7 | 34 | 462 | 66 | 56 |
| Binary | 10110111 | 110110 | 10101010 | 0 | 1000110 | 111 | 11100 | 100110010 | 110110 | 101110 |
Color Harmonies of #B736AA
Complementary color
Monochromatic Colors of #B736AA
Black with #B736AA
Text Example
Text Example
White with #B736AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736AA; }
p { color: rgb(183,54,170); }
H1.HeaderClassName
{
color: #B736AA;
}
.AnyTagClassName
{
color: #B736AA;
}
</style>
background-color css
<style>
a { background-color: #B736AA; }
a { background-color: rgb(183,54,170); }
div.DivClassName
{
background-color: #B736AA;
}
.BgClassName
{
background-color: #B736AA;
}
</style>
border-color css
<style>
span { border-color: #B736AA; }
span { border-color: rgb(183,54,170); }
td.TdClassName
{
border-color: #B736AA;
}
.TagClassName
{
border-color: #B736AA;
}
</style>