Shades of Dark Orchid #B039EE
Tints of Dark Orchid #B039EE
RGB
CMYK
RGB Variations
Color information
#B039EE (or 0xB039EE) is known color: Dark Orchid. HEX triplet: B0, 39 and EE. RGB value is (176,57,238). Sum of RGB (Red+Green+Blue) = 176+57+238=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B039EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039EE is #4FC611. Grayscale: #707070. Windows color (decimal): -5228050 or 15612336. OLE color: 15612336.
HSL color Cylindrical-coordinate representation of color #B039EE: hue angle of 279.45º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B039EE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 57 | 238 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.45º | 0.84% | 0.58% | - |
| HSV(B) | 279.45º | 0.76% | 0.93% | - |
| XYZ | 34.8 | 18.33 | 82.59 | - |
| YUV | 113.22 | 198.42 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 238 | 0.26 | 0.76 | 0 | 0.07 | 279.45 | 0.84 | 0.58 |
| Hex | B0 | 39 | EE | 1A | 4C | 0 | 7 | 117 | 54 | 3A |
| Octal | 260 | 71 | 356 | 32 | 114 | 0 | 7 | 427 | 124 | 72 |
| Binary | 10110000 | 111001 | 11101110 | 11010 | 1001100 | 0 | 111 | 100010111 | 1010100 | 111010 |
Color Harmonies of #B039EE
Complementary color
Monochromatic Colors of #B039EE
Black with #B039EE
Text Example
Text Example
White with #B039EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039EE; }
p { color: rgb(176,57,238); }
H1.HeaderClassName
{
color: #B039EE;
}
.AnyTagClassName
{
color: #B039EE;
}
</style>
background-color css
<style>
a { background-color: #B039EE; }
a { background-color: rgb(176,57,238); }
div.DivClassName
{
background-color: #B039EE;
}
.BgClassName
{
background-color: #B039EE;
}
</style>
border-color css
<style>
span { border-color: #B039EE; }
span { border-color: rgb(176,57,238); }
td.TdClassName
{
border-color: #B039EE;
}
.TagClassName
{
border-color: #B039EE;
}
</style>