Shades of Dark Orchid #B139E1
Tints of Dark Orchid #B139E1
RGB
CMYK
RGB Variations
Color information
#B139E1 (or 0xB139E1) is known color: Dark Orchid. HEX triplet: B1, 39 and E1. RGB value is (177,57,225). Sum of RGB (Red+Green+Blue) = 177+57+225=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #B139E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139E1 is #4EC61E. Grayscale: #6F6F6F. Windows color (decimal): -5162527 or 14760369. OLE color: 14760369.
HSL color Cylindrical-coordinate representation of color #B139E1: hue angle of 282.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B139E1 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 57 | 225 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.12 |
| HSL | 282.86º | 0.74% | 0.55% | - |
| HSV(B) | 282.86º | 0.75% | 0.88% | - |
| XYZ | 33.19 | 17.71 | 72.9 | - |
| YUV | 112.03 | 191.76 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 225 | 0.21 | 0.75 | 0 | 0.12 | 282.86 | 0.74 | 0.55 |
| Hex | B1 | 39 | E1 | 15 | 4B | 0 | C | 11B | 4A | 37 |
| Octal | 261 | 71 | 341 | 25 | 113 | 0 | 14 | 433 | 112 | 67 |
| Binary | 10110001 | 111001 | 11100001 | 10101 | 1001011 | 0 | 1100 | 100011011 | 1001010 | 110111 |
Color Harmonies of #B139E1
Complementary color
Monochromatic Colors of #B139E1
Black with #B139E1
Text Example
Text Example
White with #B139E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139E1; }
p { color: rgb(177,57,225); }
H1.HeaderClassName
{
color: #B139E1;
}
.AnyTagClassName
{
color: #B139E1;
}
</style>
background-color css
<style>
a { background-color: #B139E1; }
a { background-color: rgb(177,57,225); }
div.DivClassName
{
background-color: #B139E1;
}
.BgClassName
{
background-color: #B139E1;
}
</style>
border-color css
<style>
span { border-color: #B139E1; }
span { border-color: rgb(177,57,225); }
td.TdClassName
{
border-color: #B139E1;
}
.TagClassName
{
border-color: #B139E1;
}
</style>