Shades of Fuchsia #B531BA
Tints of Fuchsia #B531BA
RGB
CMYK
RGB Variations
Color information
#B531BA (or 0xB531BA) is known color: Fuchsia. HEX triplet: B5, 31 and BA. RGB value is (181,49,186). Sum of RGB (Red+Green+Blue) = 181+49+186=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B531BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531BA is #4ACE45. Grayscale: #676767. Windows color (decimal): -4902470 or 12202421. OLE color: 12202421.
HSL color Cylindrical-coordinate representation of color #B531BA: hue angle of 297.81º 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 #B531BA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 49 | 186 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.27 |
| HSL | 297.81º | 0.58% | 0.46% | - |
| HSV(B) | 297.81º | 0.74% | 0.73% | - |
| XYZ | 29.02 | 15.57 | 47.93 | - |
| YUV | 104.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 186 | 0.03 | 0.74 | 0 | 0.27 | 297.81 | 0.58 | 0.46 |
| Hex | B5 | 31 | BA | 3 | 4A | 0 | 1B | 12A | 3A | 2E |
| Octal | 265 | 61 | 272 | 3 | 112 | 0 | 33 | 452 | 72 | 56 |
| Binary | 10110101 | 110001 | 10111010 | 11 | 1001010 | 0 | 11011 | 100101010 | 111010 | 101110 |
Color Harmonies of #B531BA
Complementary color
Monochromatic Colors of #B531BA
Black with #B531BA
Text Example
Text Example
White with #B531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531BA; }
p { color: rgb(181,49,186); }
H1.HeaderClassName
{
color: #B531BA;
}
.AnyTagClassName
{
color: #B531BA;
}
</style>
background-color css
<style>
a { background-color: #B531BA; }
a { background-color: rgb(181,49,186); }
div.DivClassName
{
background-color: #B531BA;
}
.BgClassName
{
background-color: #B531BA;
}
</style>
border-color css
<style>
span { border-color: #B531BA; }
span { border-color: rgb(181,49,186); }
td.TdClassName
{
border-color: #B531BA;
}
.TagClassName
{
border-color: #B531BA;
}
</style>