Shades of Fuchsia #B363BA
Tints of Fuchsia #B363BA
RGB
CMYK
RGB Variations
Color information
#B363BA (or 0xB363BA) is known color: Fuchsia. HEX triplet: B3, 63 and BA. RGB value is (179,99,186). Sum of RGB (Red+Green+Blue) = 179+99+186=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B363BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363BA is #4C9C45. Grayscale: #848484. Windows color (decimal): -5020742 or 12215219. OLE color: 12215219.
HSL color Cylindrical-coordinate representation of color #B363BA: hue angle of 295.17º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B363BA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 99 | 186 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.27 |
| HSL | 295.17º | 0.39% | 0.56% | - |
| HSV(B) | 295.17º | 0.47% | 0.73% | - |
| XYZ | 31.92 | 22.05 | 49.03 | - |
| YUV | 132.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 186 | 0.04 | 0.47 | 0 | 0.27 | 295.17 | 0.39 | 0.56 |
| Hex | B3 | 63 | BA | 4 | 2F | 0 | 1B | 127 | 27 | 38 |
| Octal | 263 | 143 | 272 | 4 | 57 | 0 | 33 | 447 | 47 | 70 |
| Binary | 10110011 | 1100011 | 10111010 | 100 | 101111 | 0 | 11011 | 100100111 | 100111 | 111000 |
Color Harmonies of #B363BA
Complementary color
Monochromatic Colors of #B363BA
Black with #B363BA
Text Example
Text Example
White with #B363BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363BA; }
p { color: rgb(179,99,186); }
H1.HeaderClassName
{
color: #B363BA;
}
.AnyTagClassName
{
color: #B363BA;
}
</style>
background-color css
<style>
a { background-color: #B363BA; }
a { background-color: rgb(179,99,186); }
div.DivClassName
{
background-color: #B363BA;
}
.BgClassName
{
background-color: #B363BA;
}
</style>
border-color css
<style>
span { border-color: #B363BA; }
span { border-color: rgb(179,99,186); }
td.TdClassName
{
border-color: #B363BA;
}
.TagClassName
{
border-color: #B363BA;
}
</style>