Shades of Fuchsia #B653AB
Tints of Fuchsia #B653AB
RGB
CMYK
RGB Variations
Color information
#B653AB (or 0xB653AB) is known color: Fuchsia. HEX triplet: B6, 53 and AB. RGB value is (182,83,171). Sum of RGB (Red+Green+Blue) = 182+83+171=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B653AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B653AB is #49AC54. Grayscale: #7A7A7A. Windows color (decimal): -4828245 or 11228086. OLE color: 11228086.
HSL color Cylindrical-coordinate representation of color #B653AB: hue angle of 306.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B653AB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 171 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.29 |
| HSL | 306.67º | 0.4% | 0.52% | - |
| HSV(B) | 306.67º | 0.54% | 0.71% | - |
| XYZ | 29.74 | 19.07 | 40.64 | - |
| YUV | 122.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 171 | 0 | 0.54 | 0.06 | 0.29 | 306.67 | 0.4 | 0.52 |
| Hex | B6 | 53 | AB | 0 | 36 | 6 | 1D | 133 | 28 | 34 |
| Octal | 266 | 123 | 253 | 0 | 66 | 6 | 35 | 463 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10101011 | 0 | 110110 | 110 | 11101 | 100110011 | 101000 | 110100 |
Color Harmonies of #B653AB
Complementary color
Monochromatic Colors of #B653AB
Black with #B653AB
Text Example
Text Example
White with #B653AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653AB; }
p { color: rgb(182,83,171); }
H1.HeaderClassName
{
color: #B653AB;
}
.AnyTagClassName
{
color: #B653AB;
}
</style>
background-color css
<style>
a { background-color: #B653AB; }
a { background-color: rgb(182,83,171); }
div.DivClassName
{
background-color: #B653AB;
}
.BgClassName
{
background-color: #B653AB;
}
</style>
border-color css
<style>
span { border-color: #B653AB; }
span { border-color: rgb(182,83,171); }
td.TdClassName
{
border-color: #B653AB;
}
.TagClassName
{
border-color: #B653AB;
}
</style>