Shades of Dark Orchid #B139E6
Tints of Dark Orchid #B139E6
RGB
CMYK
RGB Variations
Color information
#B139E6 (or 0xB139E6) is known color: Dark Orchid. HEX triplet: B1, 39 and E6. RGB value is (177,57,230). Sum of RGB (Red+Green+Blue) = 177+57+230=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #B139E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139E6 is #4EC619. Grayscale: #707070. Windows color (decimal): -5162522 or 15088049. OLE color: 15088049.
HSL color Cylindrical-coordinate representation of color #B139E6: hue angle of 281.62º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B139E6 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 57 | 230 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.10 |
| HSL | 281.62º | 0.78% | 0.56% | - |
| HSV(B) | 281.62º | 0.75% | 0.9% | - |
| XYZ | 33.88 | 17.99 | 76.55 | - |
| YUV | 112.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 230 | 0.23 | 0.75 | 0 | 0.10 | 281.62 | 0.78 | 0.56 |
| Hex | B1 | 39 | E6 | 17 | 4B | 0 | A | 11A | 4E | 38 |
| Octal | 261 | 71 | 346 | 27 | 113 | 0 | 12 | 432 | 116 | 70 |
| Binary | 10110001 | 111001 | 11100110 | 10111 | 1001011 | 0 | 1010 | 100011010 | 1001110 | 111000 |
Color Harmonies of #B139E6
Complementary color
Monochromatic Colors of #B139E6
Black with #B139E6
Text Example
Text Example
White with #B139E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139E6; }
p { color: rgb(177,57,230); }
H1.HeaderClassName
{
color: #B139E6;
}
.AnyTagClassName
{
color: #B139E6;
}
</style>
background-color css
<style>
a { background-color: #B139E6; }
a { background-color: rgb(177,57,230); }
div.DivClassName
{
background-color: #B139E6;
}
.BgClassName
{
background-color: #B139E6;
}
</style>
border-color css
<style>
span { border-color: #B139E6; }
span { border-color: rgb(177,57,230); }
td.TdClassName
{
border-color: #B139E6;
}
.TagClassName
{
border-color: #B139E6;
}
</style>