Shades of Dark Orchid #B037D0
Tints of Dark Orchid #B037D0
RGB
CMYK
RGB Variations
Color information
#B037D0 (or 0xB037D0) is known color: Dark Orchid. HEX triplet: B0, 37 and D0. RGB value is (176,55,208). Sum of RGB (Red+Green+Blue) = 176+55+208=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #B037D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037D0 is #4FC82F. Grayscale: #6C6C6C. Windows color (decimal): -5228592 or 13645744. OLE color: 13645744.
HSL color Cylindrical-coordinate representation of color #B037D0: hue angle of 287.45º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B037D0 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 55 | 208 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.18 |
| HSL | 287.45º | 0.62% | 0.52% | - |
| HSV(B) | 287.45º | 0.74% | 0.82% | - |
| XYZ | 30.66 | 16.52 | 61.25 | - |
| YUV | 108.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 208 | 0.15 | 0.74 | 0 | 0.18 | 287.45 | 0.62 | 0.52 |
| Hex | B0 | 37 | D0 | F | 4A | 0 | 12 | 11F | 3E | 34 |
| Octal | 260 | 67 | 320 | 17 | 112 | 0 | 22 | 437 | 76 | 64 |
| Binary | 10110000 | 110111 | 11010000 | 1111 | 1001010 | 0 | 10010 | 100011111 | 111110 | 110100 |
Color Harmonies of #B037D0
Complementary color
Monochromatic Colors of #B037D0
Black with #B037D0
Text Example
Text Example
White with #B037D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037D0; }
p { color: rgb(176,55,208); }
H1.HeaderClassName
{
color: #B037D0;
}
.AnyTagClassName
{
color: #B037D0;
}
</style>
background-color css
<style>
a { background-color: #B037D0; }
a { background-color: rgb(176,55,208); }
div.DivClassName
{
background-color: #B037D0;
}
.BgClassName
{
background-color: #B037D0;
}
</style>
border-color css
<style>
span { border-color: #B037D0; }
span { border-color: rgb(176,55,208); }
td.TdClassName
{
border-color: #B037D0;
}
.TagClassName
{
border-color: #B037D0;
}
</style>