Shades of Fuchsia #B63BAC
Tints of Fuchsia #B63BAC
RGB
CMYK
RGB Variations
Color information
#B63BAC (or 0xB63BAC) is known color: Fuchsia. HEX triplet: B6, 3B and AC. RGB value is (182,59,172). Sum of RGB (Red+Green+Blue) = 182+59+172=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BAC is #49C453. Grayscale: #6C6C6C. Windows color (decimal): -4834388 or 11287478. OLE color: 11287478.
HSL color Cylindrical-coordinate representation of color #B63BAC: hue angle of 304.88º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63BAC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 172 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.29 |
| HSL | 304.88º | 0.51% | 0.47% | - |
| HSV(B) | 304.88º | 0.68% | 0.71% | - |
| XYZ | 28.3 | 16.05 | 40.64 | - |
| YUV | 108.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 172 | 0 | 0.68 | 0.05 | 0.29 | 304.88 | 0.51 | 0.47 |
| Hex | B6 | 3B | AC | 0 | 44 | 5 | 1D | 131 | 33 | 2F |
| Octal | 266 | 73 | 254 | 0 | 104 | 5 | 35 | 461 | 63 | 57 |
| Binary | 10110110 | 111011 | 10101100 | 0 | 1000100 | 101 | 11101 | 100110001 | 110011 | 101111 |
Color Harmonies of #B63BAC
Complementary color
Monochromatic Colors of #B63BAC
Black with #B63BAC
Text Example
Text Example
White with #B63BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BAC; }
p { color: rgb(182,59,172); }
H1.HeaderClassName
{
color: #B63BAC;
}
.AnyTagClassName
{
color: #B63BAC;
}
</style>
background-color css
<style>
a { background-color: #B63BAC; }
a { background-color: rgb(182,59,172); }
div.DivClassName
{
background-color: #B63BAC;
}
.BgClassName
{
background-color: #B63BAC;
}
</style>
border-color css
<style>
span { border-color: #B63BAC; }
span { border-color: rgb(182,59,172); }
td.TdClassName
{
border-color: #B63BAC;
}
.TagClassName
{
border-color: #B63BAC;
}
</style>