Shades of Fuchsia #B353AB
Tints of Fuchsia #B353AB
RGB
CMYK
RGB Variations
Color information
#B353AB (or 0xB353AB) is known color: Fuchsia. HEX triplet: B3, 53 and AB. RGB value is (179,83,171). Sum of RGB (Red+Green+Blue) = 179+83+171=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B353AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353AB is #4CAC54. Grayscale: #797979. Windows color (decimal): -5024853 or 11228083. OLE color: 11228083.
HSL color Cylindrical-coordinate representation of color #B353AB: hue angle of 305º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353AB is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 83 | 171 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.30 |
| HSL | 305º | 0.39% | 0.51% | - |
| HSV(B) | 305º | 0.54% | 0.7% | - |
| XYZ | 29.03 | 18.71 | 40.61 | - |
| YUV | 121.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 171 | 0 | 0.54 | 0.04 | 0.30 | 305 | 0.39 | 0.51 |
| Hex | B3 | 53 | AB | 0 | 36 | 4 | 1E | 131 | 27 | 33 |
| Octal | 263 | 123 | 253 | 0 | 66 | 4 | 36 | 461 | 47 | 63 |
| Binary | 10110011 | 1010011 | 10101011 | 0 | 110110 | 100 | 11110 | 100110001 | 100111 | 110011 |
Color Harmonies of #B353AB
Complementary color
Monochromatic Colors of #B353AB
Black with #B353AB
Text Example
Text Example
White with #B353AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353AB; }
p { color: rgb(179,83,171); }
H1.HeaderClassName
{
color: #B353AB;
}
.AnyTagClassName
{
color: #B353AB;
}
</style>
background-color css
<style>
a { background-color: #B353AB; }
a { background-color: rgb(179,83,171); }
div.DivClassName
{
background-color: #B353AB;
}
.BgClassName
{
background-color: #B353AB;
}
</style>
border-color css
<style>
span { border-color: #B353AB; }
span { border-color: rgb(179,83,171); }
td.TdClassName
{
border-color: #B353AB;
}
.TagClassName
{
border-color: #B353AB;
}
</style>