Shades of Dark Orchid #B037D1
Tints of Dark Orchid #B037D1
RGB
CMYK
RGB Variations
Color information
#B037D1 (or 0xB037D1) is known color: Dark Orchid. HEX triplet: B0, 37 and D1. RGB value is (176,55,209). Sum of RGB (Red+Green+Blue) = 176+55+209=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #B037D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037D1 is #4FC82E. Grayscale: #6C6C6C. Windows color (decimal): -5228591 or 13711280. OLE color: 13711280.
HSL color Cylindrical-coordinate representation of color #B037D1: hue angle of 287.14º degrees, saturation: 0.63, 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 #B037D1 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 55 | 209 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.18 |
| HSL | 287.14º | 0.63% | 0.52% | - |
| HSV(B) | 287.14º | 0.74% | 0.82% | - |
| XYZ | 30.78 | 16.57 | 61.9 | - |
| YUV | 108.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 209 | 0.16 | 0.74 | 0 | 0.18 | 287.14 | 0.63 | 0.52 |
| Hex | B0 | 37 | D1 | 10 | 4A | 0 | 12 | 11F | 3F | 34 |
| Octal | 260 | 67 | 321 | 20 | 112 | 0 | 22 | 437 | 77 | 64 |
| Binary | 10110000 | 110111 | 11010001 | 10000 | 1001010 | 0 | 10010 | 100011111 | 111111 | 110100 |
Color Harmonies of #B037D1
Complementary color
Monochromatic Colors of #B037D1
Black with #B037D1
Text Example
Text Example
White with #B037D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037D1; }
p { color: rgb(176,55,209); }
H1.HeaderClassName
{
color: #B037D1;
}
.AnyTagClassName
{
color: #B037D1;
}
</style>
background-color css
<style>
a { background-color: #B037D1; }
a { background-color: rgb(176,55,209); }
div.DivClassName
{
background-color: #B037D1;
}
.BgClassName
{
background-color: #B037D1;
}
</style>
border-color css
<style>
span { border-color: #B037D1; }
span { border-color: rgb(176,55,209); }
td.TdClassName
{
border-color: #B037D1;
}
.TagClassName
{
border-color: #B037D1;
}
</style>