Shades of Fuchsia #B729B0
Tints of Fuchsia #B729B0
RGB
CMYK
RGB Variations
Color information
#B729B0 (or 0xB729B0) is known color: Fuchsia. HEX triplet: B7, 29 and B0. RGB value is (183,41,176). Sum of RGB (Red+Green+Blue) = 183+41+176=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B729B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729B0 is #48D64F. Grayscale: #626262. Windows color (decimal): -4773456 or 11545015. OLE color: 11545015.
HSL color Cylindrical-coordinate representation of color #B729B0: hue angle of 302.96º 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 #B729B0 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 176 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.28 |
| HSL | 302.96º | 0.63% | 0.44% | - |
| HSV(B) | 302.96º | 0.78% | 0.72% | - |
| XYZ | 28.16 | 14.79 | 42.44 | - |
| YUV | 98.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 176 | 0 | 0.78 | 0.04 | 0.28 | 302.96 | 0.63 | 0.44 |
| Hex | B7 | 29 | B0 | 0 | 4E | 4 | 1C | 12F | 3F | 2C |
| Octal | 267 | 51 | 260 | 0 | 116 | 4 | 34 | 457 | 77 | 54 |
| Binary | 10110111 | 101001 | 10110000 | 0 | 1001110 | 100 | 11100 | 100101111 | 111111 | 101100 |
Color Harmonies of #B729B0
Complementary color
Monochromatic Colors of #B729B0
Black with #B729B0
Text Example
Text Example
White with #B729B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729B0; }
p { color: rgb(183,41,176); }
H1.HeaderClassName
{
color: #B729B0;
}
.AnyTagClassName
{
color: #B729B0;
}
</style>
background-color css
<style>
a { background-color: #B729B0; }
a { background-color: rgb(183,41,176); }
div.DivClassName
{
background-color: #B729B0;
}
.BgClassName
{
background-color: #B729B0;
}
</style>
border-color css
<style>
span { border-color: #B729B0; }
span { border-color: rgb(183,41,176); }
td.TdClassName
{
border-color: #B729B0;
}
.TagClassName
{
border-color: #B729B0;
}
</style>