Shades of Dark Orchid #B039E0
Tints of Dark Orchid #B039E0
RGB
CMYK
RGB Variations
Color information
#B039E0 (or 0xB039E0) is known color: Dark Orchid. HEX triplet: B0, 39 and E0. RGB value is (176,57,224). Sum of RGB (Red+Green+Blue) = 176+57+224=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #B039E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039E0 is #4FC61F. Grayscale: #6F6F6F. Windows color (decimal): -5228064 or 14694832. OLE color: 14694832.
HSL color Cylindrical-coordinate representation of color #B039E0: hue angle of 282.75º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B039E0 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 57 | 224 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.12 |
| HSL | 282.75º | 0.73% | 0.55% | - |
| HSV(B) | 282.75º | 0.75% | 0.88% | - |
| XYZ | 32.82 | 17.54 | 72.18 | - |
| YUV | 111.62 | 191.42 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 224 | 0.21 | 0.75 | 0 | 0.12 | 282.75 | 0.73 | 0.55 |
| Hex | B0 | 39 | E0 | 15 | 4B | 0 | C | 11B | 49 | 37 |
| Octal | 260 | 71 | 340 | 25 | 113 | 0 | 14 | 433 | 111 | 67 |
| Binary | 10110000 | 111001 | 11100000 | 10101 | 1001011 | 0 | 1100 | 100011011 | 1001001 | 110111 |
Color Harmonies of #B039E0
Complementary color
Monochromatic Colors of #B039E0
Black with #B039E0
Text Example
Text Example
White with #B039E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039E0; }
p { color: rgb(176,57,224); }
H1.HeaderClassName
{
color: #B039E0;
}
.AnyTagClassName
{
color: #B039E0;
}
</style>
background-color css
<style>
a { background-color: #B039E0; }
a { background-color: rgb(176,57,224); }
div.DivClassName
{
background-color: #B039E0;
}
.BgClassName
{
background-color: #B039E0;
}
</style>
border-color css
<style>
span { border-color: #B039E0; }
span { border-color: rgb(176,57,224); }
td.TdClassName
{
border-color: #B039E0;
}
.TagClassName
{
border-color: #B039E0;
}
</style>