Shades of Dark Orchid #B131D9
Tints of Dark Orchid #B131D9
RGB
CMYK
RGB Variations
Color information
#B131D9 (or 0xB131D9) is known color: Dark Orchid. HEX triplet: B1, 31 and D9. RGB value is (177,49,217). Sum of RGB (Red+Green+Blue) = 177+49+217=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #B131D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131D9 is #4ECE26. Grayscale: #696969. Windows color (decimal): -5164583 or 14234033. OLE color: 14234033.
HSL color Cylindrical-coordinate representation of color #B131D9: hue angle of 285.71º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B131D9 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 49 | 217 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.15 |
| HSL | 285.71º | 0.69% | 0.52% | - |
| HSV(B) | 285.71º | 0.77% | 0.85% | - |
| XYZ | 31.75 | 16.55 | 67.17 | - |
| YUV | 106.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 217 | 0.18 | 0.77 | 0 | 0.15 | 285.71 | 0.69 | 0.52 |
| Hex | B1 | 31 | D9 | 12 | 4D | 0 | F | 11E | 45 | 34 |
| Octal | 261 | 61 | 331 | 22 | 115 | 0 | 17 | 436 | 105 | 64 |
| Binary | 10110001 | 110001 | 11011001 | 10010 | 1001101 | 0 | 1111 | 100011110 | 1000101 | 110100 |
Color Harmonies of #B131D9
Complementary color
Monochromatic Colors of #B131D9
Black with #B131D9
Text Example
Text Example
White with #B131D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131D9; }
p { color: rgb(177,49,217); }
H1.HeaderClassName
{
color: #B131D9;
}
.AnyTagClassName
{
color: #B131D9;
}
</style>
background-color css
<style>
a { background-color: #B131D9; }
a { background-color: rgb(177,49,217); }
div.DivClassName
{
background-color: #B131D9;
}
.BgClassName
{
background-color: #B131D9;
}
</style>
border-color css
<style>
span { border-color: #B131D9; }
span { border-color: rgb(177,49,217); }
td.TdClassName
{
border-color: #B131D9;
}
.TagClassName
{
border-color: #B131D9;
}
</style>