Shades of Dark Orchid #B139DA
Tints of Dark Orchid #B139DA
RGB
CMYK
RGB Variations
Color information
#B139DA (or 0xB139DA) is known color: Dark Orchid. HEX triplet: B1, 39 and DA. RGB value is (177,57,218). Sum of RGB (Red+Green+Blue) = 177+57+218=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #B139DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139DA is #4EC625. Grayscale: #6E6E6E. Windows color (decimal): -5162534 or 14301617. OLE color: 14301617.
HSL color Cylindrical-coordinate representation of color #B139DA: hue angle of 284.72º degrees, saturation: 0.69, 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 #B139DA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 57 | 218 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.15 |
| HSL | 284.72º | 0.69% | 0.54% | - |
| HSV(B) | 284.72º | 0.74% | 0.85% | - |
| XYZ | 32.25 | 17.34 | 67.98 | - |
| YUV | 111.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 218 | 0.19 | 0.74 | 0 | 0.15 | 284.72 | 0.69 | 0.54 |
| Hex | B1 | 39 | DA | 13 | 4A | 0 | F | 11D | 45 | 36 |
| Octal | 261 | 71 | 332 | 23 | 112 | 0 | 17 | 435 | 105 | 66 |
| Binary | 10110001 | 111001 | 11011010 | 10011 | 1001010 | 0 | 1111 | 100011101 | 1000101 | 110110 |
Color Harmonies of #B139DA
Complementary color
Monochromatic Colors of #B139DA
Black with #B139DA
Text Example
Text Example
White with #B139DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139DA; }
p { color: rgb(177,57,218); }
H1.HeaderClassName
{
color: #B139DA;
}
.AnyTagClassName
{
color: #B139DA;
}
</style>
background-color css
<style>
a { background-color: #B139DA; }
a { background-color: rgb(177,57,218); }
div.DivClassName
{
background-color: #B139DA;
}
.BgClassName
{
background-color: #B139DA;
}
</style>
border-color css
<style>
span { border-color: #B139DA; }
span { border-color: rgb(177,57,218); }
td.TdClassName
{
border-color: #B139DA;
}
.TagClassName
{
border-color: #B139DA;
}
</style>