Shades of Fuchsia #B731AB
Tints of Fuchsia #B731AB
RGB
CMYK
RGB Variations
Color information
#B731AB (or 0xB731AB) is known color: Fuchsia. HEX triplet: B7, 31 and AB. RGB value is (183,49,171). Sum of RGB (Red+Green+Blue) = 183+49+171=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B731AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B731AB is #48CE54. Grayscale: #666666. Windows color (decimal): -4771413 or 11219383. OLE color: 11219383.
HSL color Cylindrical-coordinate representation of color #B731AB: hue angle of 305.37º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B731AB is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 171 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.28 |
| HSL | 305.37º | 0.58% | 0.45% | - |
| HSV(B) | 305.37º | 0.73% | 0.72% | - |
| XYZ | 27.98 | 15.2 | 39.99 | - |
| YUV | 102.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 171 | 0 | 0.73 | 0.07 | 0.28 | 305.37 | 0.58 | 0.45 |
| Hex | B7 | 31 | AB | 0 | 49 | 7 | 1C | 131 | 3A | 2D |
| Octal | 267 | 61 | 253 | 0 | 111 | 7 | 34 | 461 | 72 | 55 |
| Binary | 10110111 | 110001 | 10101011 | 0 | 1001001 | 111 | 11100 | 100110001 | 111010 | 101101 |
Color Harmonies of #B731AB
Complementary color
Monochromatic Colors of #B731AB
Black with #B731AB
Text Example
Text Example
White with #B731AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731AB; }
p { color: rgb(183,49,171); }
H1.HeaderClassName
{
color: #B731AB;
}
.AnyTagClassName
{
color: #B731AB;
}
</style>
background-color css
<style>
a { background-color: #B731AB; }
a { background-color: rgb(183,49,171); }
div.DivClassName
{
background-color: #B731AB;
}
.BgClassName
{
background-color: #B731AB;
}
</style>
border-color css
<style>
span { border-color: #B731AB; }
span { border-color: rgb(183,49,171); }
td.TdClassName
{
border-color: #B731AB;
}
.TagClassName
{
border-color: #B731AB;
}
</style>