Shades of Dark Orchid #B039ED
Tints of Dark Orchid #B039ED
RGB
CMYK
RGB Variations
Color information
#B039ED (or 0xB039ED) is known color: Dark Orchid. HEX triplet: B0, 39 and ED. RGB value is (176,57,237). Sum of RGB (Red+Green+Blue) = 176+57+237=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #B039ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039ED is #4FC612. Grayscale: #707070. Windows color (decimal): -5228051 or 15546800. OLE color: 15546800.
HSL color Cylindrical-coordinate representation of color #B039ED: hue angle of 279.67º degrees, saturation: 0.83, 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 #B039ED is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 57 | 237 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.67º | 0.83% | 0.58% | - |
| HSV(B) | 279.67º | 0.76% | 0.93% | - |
| XYZ | 34.65 | 18.27 | 81.82 | - |
| YUV | 113.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 237 | 0.26 | 0.76 | 0 | 0.07 | 279.67 | 0.83 | 0.58 |
| Hex | B0 | 39 | ED | 1A | 4C | 0 | 7 | 118 | 53 | 3A |
| Octal | 260 | 71 | 355 | 32 | 114 | 0 | 7 | 430 | 123 | 72 |
| Binary | 10110000 | 111001 | 11101101 | 11010 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111010 |
Color Harmonies of #B039ED
Complementary color
Monochromatic Colors of #B039ED
Black with #B039ED
Text Example
Text Example
White with #B039ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039ED; }
p { color: rgb(176,57,237); }
H1.HeaderClassName
{
color: #B039ED;
}
.AnyTagClassName
{
color: #B039ED;
}
</style>
background-color css
<style>
a { background-color: #B039ED; }
a { background-color: rgb(176,57,237); }
div.DivClassName
{
background-color: #B039ED;
}
.BgClassName
{
background-color: #B039ED;
}
</style>
border-color css
<style>
span { border-color: #B039ED; }
span { border-color: rgb(176,57,237); }
td.TdClassName
{
border-color: #B039ED;
}
.TagClassName
{
border-color: #B039ED;
}
</style>