Shades of Fuchsia #B463BA
Tints of Fuchsia #B463BA
RGB
CMYK
RGB Variations
Color information
#B463BA (or 0xB463BA) is known color: Fuchsia. HEX triplet: B4, 63 and BA. RGB value is (180,99,186). Sum of RGB (Red+Green+Blue) = 180+99+186=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B463BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463BA is #4B9C45. Grayscale: #848484. Windows color (decimal): -4955206 or 12215220. OLE color: 12215220.
HSL color Cylindrical-coordinate representation of color #B463BA: hue angle of 295.86º 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 #B463BA is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 99 | 186 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.27 |
| HSL | 295.86º | 0.39% | 0.56% | - |
| HSV(B) | 295.86º | 0.47% | 0.73% | - |
| XYZ | 32.15 | 22.17 | 49.04 | - |
| YUV | 133.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 186 | 0.03 | 0.47 | 0 | 0.27 | 295.86 | 0.39 | 0.56 |
| Hex | B4 | 63 | BA | 3 | 2F | 0 | 1B | 128 | 27 | 38 |
| Octal | 264 | 143 | 272 | 3 | 57 | 0 | 33 | 450 | 47 | 70 |
| Binary | 10110100 | 1100011 | 10111010 | 11 | 101111 | 0 | 11011 | 100101000 | 100111 | 111000 |
Color Harmonies of #B463BA
Complementary color
Monochromatic Colors of #B463BA
Black with #B463BA
Text Example
Text Example
White with #B463BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B463BA; }
p { color: rgb(180,99,186); }
H1.HeaderClassName
{
color: #B463BA;
}
.AnyTagClassName
{
color: #B463BA;
}
</style>
background-color css
<style>
a { background-color: #B463BA; }
a { background-color: rgb(180,99,186); }
div.DivClassName
{
background-color: #B463BA;
}
.BgClassName
{
background-color: #B463BA;
}
</style>
border-color css
<style>
span { border-color: #B463BA; }
span { border-color: rgb(180,99,186); }
td.TdClassName
{
border-color: #B463BA;
}
.TagClassName
{
border-color: #B463BA;
}
</style>