Shades of Fuchsia #B63AAC
Tints of Fuchsia #B63AAC
RGB
CMYK
RGB Variations
Color information
#B63AAC (or 0xB63AAC) is known color: Fuchsia. HEX triplet: B6, 3A and AC. RGB value is (182,58,172). Sum of RGB (Red+Green+Blue) = 182+58+172=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B63AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63AAC is #49C553. Grayscale: #6B6B6B. Windows color (decimal): -4834644 or 11287222. OLE color: 11287222.
HSL color Cylindrical-coordinate representation of color #B63AAC: hue angle of 304.84º degrees, saturation: 0.52, 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 #B63AAC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 172 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.29 |
| HSL | 304.84º | 0.52% | 0.47% | - |
| HSV(B) | 304.84º | 0.68% | 0.71% | - |
| XYZ | 28.25 | 15.95 | 40.62 | - |
| YUV | 108.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 172 | 0 | 0.68 | 0.05 | 0.29 | 304.84 | 0.52 | 0.47 |
| Hex | B6 | 3A | AC | 0 | 44 | 5 | 1D | 131 | 34 | 2F |
| Octal | 266 | 72 | 254 | 0 | 104 | 5 | 35 | 461 | 64 | 57 |
| Binary | 10110110 | 111010 | 10101100 | 0 | 1000100 | 101 | 11101 | 100110001 | 110100 | 101111 |
Color Harmonies of #B63AAC
Complementary color
Monochromatic Colors of #B63AAC
Black with #B63AAC
Text Example
Text Example
White with #B63AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AAC; }
p { color: rgb(182,58,172); }
H1.HeaderClassName
{
color: #B63AAC;
}
.AnyTagClassName
{
color: #B63AAC;
}
</style>
background-color css
<style>
a { background-color: #B63AAC; }
a { background-color: rgb(182,58,172); }
div.DivClassName
{
background-color: #B63AAC;
}
.BgClassName
{
background-color: #B63AAC;
}
</style>
border-color css
<style>
span { border-color: #B63AAC; }
span { border-color: rgb(182,58,172); }
td.TdClassName
{
border-color: #B63AAC;
}
.TagClassName
{
border-color: #B63AAC;
}
</style>