Shades of Fuchsia #B752AB
Tints of Fuchsia #B752AB
RGB
CMYK
RGB Variations
Color information
#B752AB (or 0xB752AB) is known color: Fuchsia. HEX triplet: B7, 52 and AB. RGB value is (183,82,171). Sum of RGB (Red+Green+Blue) = 183+82+171=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B752AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752AB is #48AD54. Grayscale: #7A7A7A. Windows color (decimal): -4762965 or 11227831. OLE color: 11227831.
HSL color Cylindrical-coordinate representation of color #B752AB: hue angle of 307.13º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B752AB is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 171 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.28 |
| HSL | 307.13º | 0.41% | 0.52% | - |
| HSV(B) | 307.13º | 0.55% | 0.72% | - |
| XYZ | 29.9 | 19.04 | 40.63 | - |
| YUV | 122.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 171 | 0 | 0.55 | 0.07 | 0.28 | 307.13 | 0.41 | 0.52 |
| Hex | B7 | 52 | AB | 0 | 37 | 7 | 1C | 133 | 29 | 34 |
| Octal | 267 | 122 | 253 | 0 | 67 | 7 | 34 | 463 | 51 | 64 |
| Binary | 10110111 | 1010010 | 10101011 | 0 | 110111 | 111 | 11100 | 100110011 | 101001 | 110100 |
Color Harmonies of #B752AB
Complementary color
Monochromatic Colors of #B752AB
Black with #B752AB
Text Example
Text Example
White with #B752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752AB; }
p { color: rgb(183,82,171); }
H1.HeaderClassName
{
color: #B752AB;
}
.AnyTagClassName
{
color: #B752AB;
}
</style>
background-color css
<style>
a { background-color: #B752AB; }
a { background-color: rgb(183,82,171); }
div.DivClassName
{
background-color: #B752AB;
}
.BgClassName
{
background-color: #B752AB;
}
</style>
border-color css
<style>
span { border-color: #B752AB; }
span { border-color: rgb(183,82,171); }
td.TdClassName
{
border-color: #B752AB;
}
.TagClassName
{
border-color: #B752AB;
}
</style>