Shades of Fuchsia #B729AD
Tints of Fuchsia #B729AD
RGB
CMYK
RGB Variations
Color information
#B729AD (or 0xB729AD) is known color: Fuchsia. HEX triplet: B7, 29 and AD. RGB value is (183,41,173). Sum of RGB (Red+Green+Blue) = 183+41+173=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B729AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729AD is #48D652. Grayscale: #626262. Windows color (decimal): -4773459 or 11348407. OLE color: 11348407.
HSL color Cylindrical-coordinate representation of color #B729AD: hue angle of 304.23º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B729AD is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 173 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.28 |
| HSL | 304.23º | 0.63% | 0.44% | - |
| HSV(B) | 304.23º | 0.78% | 0.72% | - |
| XYZ | 27.86 | 14.67 | 40.9 | - |
| YUV | 98.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 173 | 0 | 0.78 | 0.05 | 0.28 | 304.23 | 0.63 | 0.44 |
| Hex | B7 | 29 | AD | 0 | 4E | 5 | 1C | 130 | 3F | 2C |
| Octal | 267 | 51 | 255 | 0 | 116 | 5 | 34 | 460 | 77 | 54 |
| Binary | 10110111 | 101001 | 10101101 | 0 | 1001110 | 101 | 11100 | 100110000 | 111111 | 101100 |
Color Harmonies of #B729AD
Complementary color
Monochromatic Colors of #B729AD
Black with #B729AD
Text Example
Text Example
White with #B729AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729AD; }
p { color: rgb(183,41,173); }
H1.HeaderClassName
{
color: #B729AD;
}
.AnyTagClassName
{
color: #B729AD;
}
</style>
background-color css
<style>
a { background-color: #B729AD; }
a { background-color: rgb(183,41,173); }
div.DivClassName
{
background-color: #B729AD;
}
.BgClassName
{
background-color: #B729AD;
}
</style>
border-color css
<style>
span { border-color: #B729AD; }
span { border-color: rgb(183,41,173); }
td.TdClassName
{
border-color: #B729AD;
}
.TagClassName
{
border-color: #B729AD;
}
</style>