Shades of Dark Orchid #B139DC
Tints of Dark Orchid #B139DC
RGB
CMYK
RGB Variations
Color information
#B139DC (or 0xB139DC) is known color: Dark Orchid. HEX triplet: B1, 39 and DC. RGB value is (177,57,220). Sum of RGB (Red+Green+Blue) = 177+57+220=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #B139DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139DC is #4EC623. Grayscale: #6E6E6E. Windows color (decimal): -5162532 or 14432689. OLE color: 14432689.
HSL color Cylindrical-coordinate representation of color #B139DC: hue angle of 284.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B139DC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 57 | 220 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.14 |
| HSL | 284.17º | 0.7% | 0.54% | - |
| HSV(B) | 284.17º | 0.74% | 0.86% | - |
| XYZ | 32.51 | 17.44 | 69.36 | - |
| YUV | 111.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 220 | 0.20 | 0.74 | 0 | 0.14 | 284.17 | 0.7 | 0.54 |
| Hex | B1 | 39 | DC | 14 | 4A | 0 | E | 11C | 46 | 36 |
| Octal | 261 | 71 | 334 | 24 | 112 | 0 | 16 | 434 | 106 | 66 |
| Binary | 10110001 | 111001 | 11011100 | 10100 | 1001010 | 0 | 1110 | 100011100 | 1000110 | 110110 |
Color Harmonies of #B139DC
Complementary color
Monochromatic Colors of #B139DC
Black with #B139DC
Text Example
Text Example
White with #B139DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139DC; }
p { color: rgb(177,57,220); }
H1.HeaderClassName
{
color: #B139DC;
}
.AnyTagClassName
{
color: #B139DC;
}
</style>
background-color css
<style>
a { background-color: #B139DC; }
a { background-color: rgb(177,57,220); }
div.DivClassName
{
background-color: #B139DC;
}
.BgClassName
{
background-color: #B139DC;
}
</style>
border-color css
<style>
span { border-color: #B139DC; }
span { border-color: rgb(177,57,220); }
td.TdClassName
{
border-color: #B139DC;
}
.TagClassName
{
border-color: #B139DC;
}
</style>