Shades of Fuchsia #B431BA
Tints of Fuchsia #B431BA
RGB
CMYK
RGB Variations
Color information
#B431BA (or 0xB431BA) is known color: Fuchsia. HEX triplet: B4, 31 and BA. RGB value is (180,49,186). Sum of RGB (Red+Green+Blue) = 180+49+186=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B431BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431BA is #4BCE45. Grayscale: #676767. Windows color (decimal): -4968006 or 12202420. OLE color: 12202420.
HSL color Cylindrical-coordinate representation of color #B431BA: hue angle of 297.37º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431BA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 49 | 186 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.27 |
| HSL | 297.37º | 0.58% | 0.46% | - |
| HSV(B) | 297.37º | 0.74% | 0.73% | - |
| XYZ | 28.78 | 15.45 | 47.92 | - |
| YUV | 103.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 186 | 0.03 | 0.74 | 0 | 0.27 | 297.37 | 0.58 | 0.46 |
| Hex | B4 | 31 | BA | 3 | 4A | 0 | 1B | 129 | 3A | 2E |
| Octal | 264 | 61 | 272 | 3 | 112 | 0 | 33 | 451 | 72 | 56 |
| Binary | 10110100 | 110001 | 10111010 | 11 | 1001010 | 0 | 11011 | 100101001 | 111010 | 101110 |
Color Harmonies of #B431BA
Complementary color
Monochromatic Colors of #B431BA
Black with #B431BA
Text Example
Text Example
White with #B431BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B431BA; }
p { color: rgb(180,49,186); }
H1.HeaderClassName
{
color: #B431BA;
}
.AnyTagClassName
{
color: #B431BA;
}
</style>
background-color css
<style>
a { background-color: #B431BA; }
a { background-color: rgb(180,49,186); }
div.DivClassName
{
background-color: #B431BA;
}
.BgClassName
{
background-color: #B431BA;
}
</style>
border-color css
<style>
span { border-color: #B431BA; }
span { border-color: rgb(180,49,186); }
td.TdClassName
{
border-color: #B431BA;
}
.TagClassName
{
border-color: #B431BA;
}
</style>