Shades of Dark Orchid #B037D3
Tints of Dark Orchid #B037D3
RGB
CMYK
RGB Variations
Color information
#B037D3 (or 0xB037D3) is known color: Dark Orchid. HEX triplet: B0, 37 and D3. RGB value is (176,55,211). Sum of RGB (Red+Green+Blue) = 176+55+211=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #B037D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037D3 is #4FC82C. Grayscale: #6C6C6C. Windows color (decimal): -5228589 or 13842352. OLE color: 13842352.
HSL color Cylindrical-coordinate representation of color #B037D3: hue angle of 286.54º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B037D3 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 55 | 211 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.17 |
| HSL | 286.54º | 0.64% | 0.52% | - |
| HSV(B) | 286.54º | 0.74% | 0.83% | - |
| XYZ | 31.03 | 16.67 | 63.21 | - |
| YUV | 108.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 211 | 0.17 | 0.74 | 0 | 0.17 | 286.54 | 0.64 | 0.52 |
| Hex | B0 | 37 | D3 | 11 | 4A | 0 | 11 | 11F | 40 | 34 |
| Octal | 260 | 67 | 323 | 21 | 112 | 0 | 21 | 437 | 100 | 64 |
| Binary | 10110000 | 110111 | 11010011 | 10001 | 1001010 | 0 | 10001 | 100011111 | 1000000 | 110100 |
Color Harmonies of #B037D3
Complementary color
Monochromatic Colors of #B037D3
Black with #B037D3
Text Example
Text Example
White with #B037D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037D3; }
p { color: rgb(176,55,211); }
H1.HeaderClassName
{
color: #B037D3;
}
.AnyTagClassName
{
color: #B037D3;
}
</style>
background-color css
<style>
a { background-color: #B037D3; }
a { background-color: rgb(176,55,211); }
div.DivClassName
{
background-color: #B037D3;
}
.BgClassName
{
background-color: #B037D3;
}
</style>
border-color css
<style>
span { border-color: #B037D3; }
span { border-color: rgb(176,55,211); }
td.TdClassName
{
border-color: #B037D3;
}
.TagClassName
{
border-color: #B037D3;
}
</style>