Shades of Fuchsia #B729B1
Tints of Fuchsia #B729B1
RGB
CMYK
RGB Variations
Color information
#B729B1 (or 0xB729B1) is known color: Fuchsia. HEX triplet: B7, 29 and B1. RGB value is (183,41,177). Sum of RGB (Red+Green+Blue) = 183+41+177=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B729B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729B1 is #48D64E. Grayscale: #626262. Windows color (decimal): -4773455 or 11610551. OLE color: 11610551.
HSL color Cylindrical-coordinate representation of color #B729B1: hue angle of 302.54º 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 #B729B1 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 177 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.28 |
| HSL | 302.54º | 0.63% | 0.44% | - |
| HSV(B) | 302.54º | 0.78% | 0.72% | - |
| XYZ | 28.26 | 14.83 | 42.97 | - |
| YUV | 98.96 | 172.04 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 177 | 0 | 0.78 | 0.03 | 0.28 | 302.54 | 0.63 | 0.44 |
| Hex | B7 | 29 | B1 | 0 | 4E | 3 | 1C | 12F | 3F | 2C |
| Octal | 267 | 51 | 261 | 0 | 116 | 3 | 34 | 457 | 77 | 54 |
| Binary | 10110111 | 101001 | 10110001 | 0 | 1001110 | 11 | 11100 | 100101111 | 111111 | 101100 |
Color Harmonies of #B729B1
Complementary color
Monochromatic Colors of #B729B1
Black with #B729B1
Text Example
Text Example
White with #B729B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B729B1; }
p { color: rgb(183,41,177); }
H1.HeaderClassName
{
color: #B729B1;
}
.AnyTagClassName
{
color: #B729B1;
}
</style>
background-color css
<style>
a { background-color: #B729B1; }
a { background-color: rgb(183,41,177); }
div.DivClassName
{
background-color: #B729B1;
}
.BgClassName
{
background-color: #B729B1;
}
</style>
border-color css
<style>
span { border-color: #B729B1; }
span { border-color: rgb(183,41,177); }
td.TdClassName
{
border-color: #B729B1;
}
.TagClassName
{
border-color: #B729B1;
}
</style>