Shades of Dark Orchid #B039DF
Tints of Dark Orchid #B039DF
RGB
CMYK
RGB Variations
Color information
#B039DF (or 0xB039DF) is known color: Dark Orchid. HEX triplet: B0, 39 and DF. RGB value is (176,57,223). Sum of RGB (Red+Green+Blue) = 176+57+223=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B039DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039DF is #4FC620. Grayscale: #6E6E6E. Windows color (decimal): -5228065 or 14629296. OLE color: 14629296.
HSL color Cylindrical-coordinate representation of color #B039DF: hue angle of 283.01º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B039DF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 57 | 223 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.13 |
| HSL | 283.01º | 0.72% | 0.55% | - |
| HSV(B) | 283.01º | 0.74% | 0.87% | - |
| XYZ | 32.69 | 17.48 | 71.46 | - |
| YUV | 111.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 223 | 0.21 | 0.74 | 0 | 0.13 | 283.01 | 0.72 | 0.55 |
| Hex | B0 | 39 | DF | 15 | 4A | 0 | D | 11B | 48 | 37 |
| Octal | 260 | 71 | 337 | 25 | 112 | 0 | 15 | 433 | 110 | 67 |
| Binary | 10110000 | 111001 | 11011111 | 10101 | 1001010 | 0 | 1101 | 100011011 | 1001000 | 110111 |
Color Harmonies of #B039DF
Complementary color
Monochromatic Colors of #B039DF
Black with #B039DF
Text Example
Text Example
White with #B039DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039DF; }
p { color: rgb(176,57,223); }
H1.HeaderClassName
{
color: #B039DF;
}
.AnyTagClassName
{
color: #B039DF;
}
</style>
background-color css
<style>
a { background-color: #B039DF; }
a { background-color: rgb(176,57,223); }
div.DivClassName
{
background-color: #B039DF;
}
.BgClassName
{
background-color: #B039DF;
}
</style>
border-color css
<style>
span { border-color: #B039DF; }
span { border-color: rgb(176,57,223); }
td.TdClassName
{
border-color: #B039DF;
}
.TagClassName
{
border-color: #B039DF;
}
</style>