Shades of Fuchsia #B653A8
Tints of Fuchsia #B653A8
RGB
CMYK
RGB Variations
Color information
#B653A8 (or 0xB653A8) is known color: Fuchsia. HEX triplet: B6, 53 and A8. RGB value is (182,83,168). Sum of RGB (Red+Green+Blue) = 182+83+168=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B653A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B653A8 is #49AC57. Grayscale: #7A7A7A. Windows color (decimal): -4828248 or 11031478. OLE color: 11031478.
HSL color Cylindrical-coordinate representation of color #B653A8: hue angle of 308.48º 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 #B653A8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 168 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.29 |
| HSL | 308.48º | 0.4% | 0.52% | - |
| HSV(B) | 308.48º | 0.54% | 0.71% | - |
| XYZ | 29.45 | 18.96 | 39.15 | - |
| YUV | 122.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 168 | 0 | 0.54 | 0.08 | 0.29 | 308.48 | 0.4 | 0.52 |
| Hex | B6 | 53 | A8 | 0 | 36 | 8 | 1D | 134 | 28 | 34 |
| Octal | 266 | 123 | 250 | 0 | 66 | 10 | 35 | 464 | 50 | 64 |
| Binary | 10110110 | 1010011 | 10101000 | 0 | 110110 | 1000 | 11101 | 100110100 | 101000 | 110100 |
Color Harmonies of #B653A8
Complementary color
Monochromatic Colors of #B653A8
Black with #B653A8
Text Example
Text Example
White with #B653A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653A8; }
p { color: rgb(182,83,168); }
H1.HeaderClassName
{
color: #B653A8;
}
.AnyTagClassName
{
color: #B653A8;
}
</style>
background-color css
<style>
a { background-color: #B653A8; }
a { background-color: rgb(182,83,168); }
div.DivClassName
{
background-color: #B653A8;
}
.BgClassName
{
background-color: #B653A8;
}
</style>
border-color css
<style>
span { border-color: #B653A8; }
span { border-color: rgb(182,83,168); }
td.TdClassName
{
border-color: #B653A8;
}
.TagClassName
{
border-color: #B653A8;
}
</style>