Shades of Fuchsia #B744AD
Tints of Fuchsia #B744AD
RGB
CMYK
RGB Variations
Color information
#B744AD (or 0xB744AD) is known color: Fuchsia. HEX triplet: B7, 44 and AD. RGB value is (183,68,173). Sum of RGB (Red+Green+Blue) = 183+68+173=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B744AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744AD is #48BB52. Grayscale: #727272. Windows color (decimal): -4766547 or 11355319. OLE color: 11355319.
HSL color Cylindrical-coordinate representation of color #B744AD: hue angle of 305.22º 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 #B744AD is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 173 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.28 |
| HSL | 305.22º | 0.46% | 0.49% | - |
| HSV(B) | 305.22º | 0.63% | 0.72% | - |
| XYZ | 29.14 | 17.22 | 41.32 | - |
| YUV | 114.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 173 | 0 | 0.63 | 0.05 | 0.28 | 305.22 | 0.46 | 0.49 |
| Hex | B7 | 44 | AD | 0 | 3F | 5 | 1C | 131 | 2E | 31 |
| Octal | 267 | 104 | 255 | 0 | 77 | 5 | 34 | 461 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10101101 | 0 | 111111 | 101 | 11100 | 100110001 | 101110 | 110001 |
Color Harmonies of #B744AD
Complementary color
Monochromatic Colors of #B744AD
Black with #B744AD
Text Example
Text Example
White with #B744AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744AD; }
p { color: rgb(183,68,173); }
H1.HeaderClassName
{
color: #B744AD;
}
.AnyTagClassName
{
color: #B744AD;
}
</style>
background-color css
<style>
a { background-color: #B744AD; }
a { background-color: rgb(183,68,173); }
div.DivClassName
{
background-color: #B744AD;
}
.BgClassName
{
background-color: #B744AD;
}
</style>
border-color css
<style>
span { border-color: #B744AD; }
span { border-color: rgb(183,68,173); }
td.TdClassName
{
border-color: #B744AD;
}
.TagClassName
{
border-color: #B744AD;
}
</style>