Shades of Dark Orchid #B139D9
Tints of Dark Orchid #B139D9
RGB
CMYK
RGB Variations
Color information
#B139D9 (or 0xB139D9) is known color: Dark Orchid. HEX triplet: B1, 39 and D9. RGB value is (177,57,217). Sum of RGB (Red+Green+Blue) = 177+57+217=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #B139D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139D9 is #4EC626. Grayscale: #6E6E6E. Windows color (decimal): -5162535 or 14236081. OLE color: 14236081.
HSL color Cylindrical-coordinate representation of color #B139D9: hue angle of 285º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B139D9 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 57 | 217 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.15 |
| HSL | 285º | 0.68% | 0.54% | - |
| HSV(B) | 285º | 0.74% | 0.85% | - |
| XYZ | 32.12 | 17.28 | 67.29 | - |
| YUV | 111.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 217 | 0.18 | 0.74 | 0 | 0.15 | 285 | 0.68 | 0.54 |
| Hex | B1 | 39 | D9 | 12 | 4A | 0 | F | 11D | 44 | 36 |
| Octal | 261 | 71 | 331 | 22 | 112 | 0 | 17 | 435 | 104 | 66 |
| Binary | 10110001 | 111001 | 11011001 | 10010 | 1001010 | 0 | 1111 | 100011101 | 1000100 | 110110 |
Color Harmonies of #B139D9
Complementary color
Monochromatic Colors of #B139D9
Black with #B139D9
Text Example
Text Example
White with #B139D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139D9; }
p { color: rgb(177,57,217); }
H1.HeaderClassName
{
color: #B139D9;
}
.AnyTagClassName
{
color: #B139D9;
}
</style>
background-color css
<style>
a { background-color: #B139D9; }
a { background-color: rgb(177,57,217); }
div.DivClassName
{
background-color: #B139D9;
}
.BgClassName
{
background-color: #B139D9;
}
</style>
border-color css
<style>
span { border-color: #B139D9; }
span { border-color: rgb(177,57,217); }
td.TdClassName
{
border-color: #B139D9;
}
.TagClassName
{
border-color: #B139D9;
}
</style>