Shades of Fuchsia #B63BAB
Tints of Fuchsia #B63BAB
RGB
CMYK
RGB Variations
Color information
#B63BAB (or 0xB63BAB) is known color: Fuchsia. HEX triplet: B6, 3B and AB. RGB value is (182,59,171). Sum of RGB (Red+Green+Blue) = 182+59+171=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BAB is #49C454. Grayscale: #6C6C6C. Windows color (decimal): -4834389 or 11221942. OLE color: 11221942.
HSL color Cylindrical-coordinate representation of color #B63BAB: hue angle of 305.37º 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 #B63BAB is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 171 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.29 |
| HSL | 305.37º | 0.51% | 0.47% | - |
| HSV(B) | 305.37º | 0.68% | 0.71% | - |
| XYZ | 28.21 | 16.01 | 40.13 | - |
| YUV | 108.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 171 | 0 | 0.68 | 0.06 | 0.29 | 305.37 | 0.51 | 0.47 |
| Hex | B6 | 3B | AB | 0 | 44 | 6 | 1D | 131 | 33 | 2F |
| Octal | 266 | 73 | 253 | 0 | 104 | 6 | 35 | 461 | 63 | 57 |
| Binary | 10110110 | 111011 | 10101011 | 0 | 1000100 | 110 | 11101 | 100110001 | 110011 | 101111 |
Color Harmonies of #B63BAB
Complementary color
Monochromatic Colors of #B63BAB
Black with #B63BAB
Text Example
Text Example
White with #B63BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BAB; }
p { color: rgb(182,59,171); }
H1.HeaderClassName
{
color: #B63BAB;
}
.AnyTagClassName
{
color: #B63BAB;
}
</style>
background-color css
<style>
a { background-color: #B63BAB; }
a { background-color: rgb(182,59,171); }
div.DivClassName
{
background-color: #B63BAB;
}
.BgClassName
{
background-color: #B63BAB;
}
</style>
border-color css
<style>
span { border-color: #B63BAB; }
span { border-color: rgb(182,59,171); }
td.TdClassName
{
border-color: #B63BAB;
}
.TagClassName
{
border-color: #B63BAB;
}
</style>