Shades of Dark Orchid #B039D5
Tints of Dark Orchid #B039D5
RGB
CMYK
RGB Variations
Color information
#B039D5 (or 0xB039D5) is known color: Dark Orchid. HEX triplet: B0, 39 and D5. RGB value is (176,57,213). Sum of RGB (Red+Green+Blue) = 176+57+213=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #B039D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039D5 is #4FC62A. Grayscale: #6D6D6D. Windows color (decimal): -5228075 or 13973936. OLE color: 13973936.
HSL color Cylindrical-coordinate representation of color #B039D5: hue angle of 285.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B039D5 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 57 | 213 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.16 |
| HSL | 285.77º | 0.65% | 0.53% | - |
| HSV(B) | 285.77º | 0.73% | 0.84% | - |
| XYZ | 31.38 | 16.96 | 64.57 | - |
| YUV | 110.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 213 | 0.17 | 0.73 | 0 | 0.16 | 285.77 | 0.65 | 0.53 |
| Hex | B0 | 39 | D5 | 11 | 49 | 0 | 10 | 11E | 41 | 35 |
| Octal | 260 | 71 | 325 | 21 | 111 | 0 | 20 | 436 | 101 | 65 |
| Binary | 10110000 | 111001 | 11010101 | 10001 | 1001001 | 0 | 10000 | 100011110 | 1000001 | 110101 |
Color Harmonies of #B039D5
Complementary color
Monochromatic Colors of #B039D5
Black with #B039D5
Text Example
Text Example
White with #B039D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039D5; }
p { color: rgb(176,57,213); }
H1.HeaderClassName
{
color: #B039D5;
}
.AnyTagClassName
{
color: #B039D5;
}
</style>
background-color css
<style>
a { background-color: #B039D5; }
a { background-color: rgb(176,57,213); }
div.DivClassName
{
background-color: #B039D5;
}
.BgClassName
{
background-color: #B039D5;
}
</style>
border-color css
<style>
span { border-color: #B039D5; }
span { border-color: rgb(176,57,213); }
td.TdClassName
{
border-color: #B039D5;
}
.TagClassName
{
border-color: #B039D5;
}
</style>