Shades of Fuchsia #BD31BA
Tints of Fuchsia #BD31BA
RGB
CMYK
RGB Variations
Color information
#BD31BA (or 0xBD31BA) is known color: Fuchsia. HEX triplet: BD, 31 and BA. RGB value is (189,49,186). Sum of RGB (Red+Green+Blue) = 189+49+186=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31BA is #42CE45. Grayscale: #6A6A6A. Windows color (decimal): -4378182 or 12202429. OLE color: 12202429.
HSL color Cylindrical-coordinate representation of color #BD31BA: hue angle of 301.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD31BA is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 186 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.26 |
| HSL | 301.29º | 0.59% | 0.47% | - |
| HSV(B) | 301.29º | 0.74% | 0.74% | - |
| XYZ | 30.95 | 16.56 | 48.02 | - |
| YUV | 106.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 186 | 0 | 0.74 | 0.02 | 0.26 | 301.29 | 0.59 | 0.47 |
| Hex | BD | 31 | BA | 0 | 4A | 2 | 1A | 12D | 3B | 2F |
| Octal | 275 | 61 | 272 | 0 | 112 | 2 | 32 | 455 | 73 | 57 |
| Binary | 10111101 | 110001 | 10111010 | 0 | 1001010 | 10 | 11010 | 100101101 | 111011 | 101111 |
Color Harmonies of #BD31BA
Complementary color
Monochromatic Colors of #BD31BA
Black with #BD31BA
Text Example
Text Example
White with #BD31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31BA; }
p { color: rgb(189,49,186); }
H1.HeaderClassName
{
color: #BD31BA;
}
.AnyTagClassName
{
color: #BD31BA;
}
</style>
background-color css
<style>
a { background-color: #BD31BA; }
a { background-color: rgb(189,49,186); }
div.DivClassName
{
background-color: #BD31BA;
}
.BgClassName
{
background-color: #BD31BA;
}
</style>
border-color css
<style>
span { border-color: #BD31BA; }
span { border-color: rgb(189,49,186); }
td.TdClassName
{
border-color: #BD31BA;
}
.TagClassName
{
border-color: #BD31BA;
}
</style>