Shades of Fuchsia #B63BA9
Tints of Fuchsia #B63BA9
RGB
CMYK
RGB Variations
Color information
#B63BA9 (or 0xB63BA9) is known color: Fuchsia. HEX triplet: B6, 3B and A9. RGB value is (182,59,169). Sum of RGB (Red+Green+Blue) = 182+59+169=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BA9 is #49C456. Grayscale: #6C6C6C. Windows color (decimal): -4834391 or 11090870. OLE color: 11090870.
HSL color Cylindrical-coordinate representation of color #B63BA9: hue angle of 306.34º 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 #B63BA9 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 169 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.29 |
| HSL | 306.34º | 0.51% | 0.47% | - |
| HSV(B) | 306.34º | 0.68% | 0.71% | - |
| XYZ | 28.02 | 15.94 | 39.14 | - |
| YUV | 108.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 169 | 0 | 0.68 | 0.07 | 0.29 | 306.34 | 0.51 | 0.47 |
| Hex | B6 | 3B | A9 | 0 | 44 | 7 | 1D | 132 | 33 | 2F |
| Octal | 266 | 73 | 251 | 0 | 104 | 7 | 35 | 462 | 63 | 57 |
| Binary | 10110110 | 111011 | 10101001 | 0 | 1000100 | 111 | 11101 | 100110010 | 110011 | 101111 |
Color Harmonies of #B63BA9
Complementary color
Monochromatic Colors of #B63BA9
Black with #B63BA9
Text Example
Text Example
White with #B63BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BA9; }
p { color: rgb(182,59,169); }
H1.HeaderClassName
{
color: #B63BA9;
}
.AnyTagClassName
{
color: #B63BA9;
}
</style>
background-color css
<style>
a { background-color: #B63BA9; }
a { background-color: rgb(182,59,169); }
div.DivClassName
{
background-color: #B63BA9;
}
.BgClassName
{
background-color: #B63BA9;
}
</style>
border-color css
<style>
span { border-color: #B63BA9; }
span { border-color: rgb(182,59,169); }
td.TdClassName
{
border-color: #B63BA9;
}
.TagClassName
{
border-color: #B63BA9;
}
</style>