Shades of Dark Orchid #B139D8
Tints of Dark Orchid #B139D8
RGB
CMYK
RGB Variations
Color information
#B139D8 (or 0xB139D8) is known color: Dark Orchid. HEX triplet: B1, 39 and D8. RGB value is (177,57,216). Sum of RGB (Red+Green+Blue) = 177+57+216=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #B139D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139D8 is #4EC627. Grayscale: #6E6E6E. Windows color (decimal): -5162536 or 14170545. OLE color: 14170545.
HSL color Cylindrical-coordinate representation of color #B139D8: hue angle of 285.28º degrees, saturation: 0.67, 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 #B139D8 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 57 | 216 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.15 |
| HSL | 285.28º | 0.67% | 0.54% | - |
| HSV(B) | 285.28º | 0.74% | 0.85% | - |
| XYZ | 31.99 | 17.23 | 66.61 | - |
| YUV | 111.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 216 | 0.18 | 0.74 | 0 | 0.15 | 285.28 | 0.67 | 0.54 |
| Hex | B1 | 39 | D8 | 12 | 4A | 0 | F | 11D | 43 | 36 |
| Octal | 261 | 71 | 330 | 22 | 112 | 0 | 17 | 435 | 103 | 66 |
| Binary | 10110001 | 111001 | 11011000 | 10010 | 1001010 | 0 | 1111 | 100011101 | 1000011 | 110110 |
Color Harmonies of #B139D8
Complementary color
Monochromatic Colors of #B139D8
Black with #B139D8
Text Example
Text Example
White with #B139D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139D8; }
p { color: rgb(177,57,216); }
H1.HeaderClassName
{
color: #B139D8;
}
.AnyTagClassName
{
color: #B139D8;
}
</style>
background-color css
<style>
a { background-color: #B139D8; }
a { background-color: rgb(177,57,216); }
div.DivClassName
{
background-color: #B139D8;
}
.BgClassName
{
background-color: #B139D8;
}
</style>
border-color css
<style>
span { border-color: #B139D8; }
span { border-color: rgb(177,57,216); }
td.TdClassName
{
border-color: #B139D8;
}
.TagClassName
{
border-color: #B139D8;
}
</style>