Shades of Dark Orchid #B039D0
Tints of Dark Orchid #B039D0
RGB
CMYK
RGB Variations
Color information
#B039D0 (or 0xB039D0) is known color: Dark Orchid. HEX triplet: B0, 39 and D0. RGB value is (176,57,208). Sum of RGB (Red+Green+Blue) = 176+57+208=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #B039D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039D0 is #4FC62F. Grayscale: #6D6D6D. Windows color (decimal): -5228080 or 13646256. OLE color: 13646256.
HSL color Cylindrical-coordinate representation of color #B039D0: hue angle of 287.28º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B039D0 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 57 | 208 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.18 |
| HSL | 287.28º | 0.62% | 0.52% | - |
| HSV(B) | 287.28º | 0.73% | 0.82% | - |
| XYZ | 30.75 | 16.71 | 61.28 | - |
| YUV | 109.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 208 | 0.15 | 0.73 | 0 | 0.18 | 287.28 | 0.62 | 0.52 |
| Hex | B0 | 39 | D0 | F | 49 | 0 | 12 | 11F | 3E | 34 |
| Octal | 260 | 71 | 320 | 17 | 111 | 0 | 22 | 437 | 76 | 64 |
| Binary | 10110000 | 111001 | 11010000 | 1111 | 1001001 | 0 | 10010 | 100011111 | 111110 | 110100 |
Color Harmonies of #B039D0
Complementary color
Monochromatic Colors of #B039D0
Black with #B039D0
Text Example
Text Example
White with #B039D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039D0; }
p { color: rgb(176,57,208); }
H1.HeaderClassName
{
color: #B039D0;
}
.AnyTagClassName
{
color: #B039D0;
}
</style>
background-color css
<style>
a { background-color: #B039D0; }
a { background-color: rgb(176,57,208); }
div.DivClassName
{
background-color: #B039D0;
}
.BgClassName
{
background-color: #B039D0;
}
</style>
border-color css
<style>
span { border-color: #B039D0; }
span { border-color: rgb(176,57,208); }
td.TdClassName
{
border-color: #B039D0;
}
.TagClassName
{
border-color: #B039D0;
}
</style>