Shades of Fuchsia #B749AB
Tints of Fuchsia #B749AB
RGB
CMYK
RGB Variations
Color information
#B749AB (or 0xB749AB) is known color: Fuchsia. HEX triplet: B7, 49 and AB. RGB value is (183,73,171). Sum of RGB (Red+Green+Blue) = 183+73+171=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AB is #48B654. Grayscale: #747474. Windows color (decimal): -4765269 or 11225527. OLE color: 11225527.
HSL color Cylindrical-coordinate representation of color #B749AB: hue angle of 306.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B749AB is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 171 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.28 |
| HSL | 306.55º | 0.43% | 0.5% | - |
| HSV(B) | 306.55º | 0.6% | 0.72% | - |
| XYZ | 29.26 | 17.77 | 40.42 | - |
| YUV | 117.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 171 | 0 | 0.60 | 0.07 | 0.28 | 306.55 | 0.43 | 0.5 |
| Hex | B7 | 49 | AB | 0 | 3C | 7 | 1C | 133 | 2B | 32 |
| Octal | 267 | 111 | 253 | 0 | 74 | 7 | 34 | 463 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10101011 | 0 | 111100 | 111 | 11100 | 100110011 | 101011 | 110010 |
Color Harmonies of #B749AB
Complementary color
Monochromatic Colors of #B749AB
Black with #B749AB
Text Example
Text Example
White with #B749AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749AB; }
p { color: rgb(183,73,171); }
H1.HeaderClassName
{
color: #B749AB;
}
.AnyTagClassName
{
color: #B749AB;
}
</style>
background-color css
<style>
a { background-color: #B749AB; }
a { background-color: rgb(183,73,171); }
div.DivClassName
{
background-color: #B749AB;
}
.BgClassName
{
background-color: #B749AB;
}
</style>
border-color css
<style>
span { border-color: #B749AB; }
span { border-color: rgb(183,73,171); }
td.TdClassName
{
border-color: #B749AB;
}
.TagClassName
{
border-color: #B749AB;
}
</style>