Shades of Dark Orchid #B039C7
Tints of Dark Orchid #B039C7
RGB
CMYK
RGB Variations
Color information
#B039C7 (or 0xB039C7) is known color: Dark Orchid. HEX triplet: B0, 39 and C7. RGB value is (176,57,199). Sum of RGB (Red+Green+Blue) = 176+57+199=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #B039C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039C7 is #4FC638. Grayscale: #6C6C6C. Windows color (decimal): -5228089 or 13056432. OLE color: 13056432.
HSL color Cylindrical-coordinate representation of color #B039C7: hue angle of 290.28º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B039C7 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 57 | 199 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.22 |
| HSL | 290.28º | 0.56% | 0.5% | - |
| HSV(B) | 290.28º | 0.71% | 0.78% | - |
| XYZ | 29.68 | 16.28 | 55.61 | - |
| YUV | 108.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 199 | 0.12 | 0.71 | 0 | 0.22 | 290.28 | 0.56 | 0.5 |
| Hex | B0 | 39 | C7 | C | 47 | 0 | 16 | 122 | 38 | 32 |
| Octal | 260 | 71 | 307 | 14 | 107 | 0 | 26 | 442 | 70 | 62 |
| Binary | 10110000 | 111001 | 11000111 | 1100 | 1000111 | 0 | 10110 | 100100010 | 111000 | 110010 |
Color Harmonies of #B039C7
Complementary color
Monochromatic Colors of #B039C7
Black with #B039C7
Text Example
Text Example
White with #B039C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039C7; }
p { color: rgb(176,57,199); }
H1.HeaderClassName
{
color: #B039C7;
}
.AnyTagClassName
{
color: #B039C7;
}
</style>
background-color css
<style>
a { background-color: #B039C7; }
a { background-color: rgb(176,57,199); }
div.DivClassName
{
background-color: #B039C7;
}
.BgClassName
{
background-color: #B039C7;
}
</style>
border-color css
<style>
span { border-color: #B039C7; }
span { border-color: rgb(176,57,199); }
td.TdClassName
{
border-color: #B039C7;
}
.TagClassName
{
border-color: #B039C7;
}
</style>