Shades of Dark Orchid #B037EF
Tints of Dark Orchid #B037EF
RGB
CMYK
RGB Variations
Color information
#B037EF (or 0xB037EF) is known color: Dark Orchid. HEX triplet: B0, 37 and EF. RGB value is (176,55,239). Sum of RGB (Red+Green+Blue) = 176+55+239=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #B037EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B037EF is #4FC810. Grayscale: #6F6F6F. Windows color (decimal): -5228561 or 15677360. OLE color: 15677360.
HSL color Cylindrical-coordinate representation of color #B037EF: hue angle of 279.46º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B037EF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 55 | 239 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.06 |
| HSL | 279.46º | 0.85% | 0.58% | - |
| HSV(B) | 279.46º | 0.77% | 0.94% | - |
| XYZ | 34.85 | 18.19 | 83.34 | - |
| YUV | 112.16 | 199.59 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 239 | 0.26 | 0.77 | 0 | 0.06 | 279.46 | 0.85 | 0.58 |
| Hex | B0 | 37 | EF | 1A | 4D | 0 | 6 | 117 | 55 | 3A |
| Octal | 260 | 67 | 357 | 32 | 115 | 0 | 6 | 427 | 125 | 72 |
| Binary | 10110000 | 110111 | 11101111 | 11010 | 1001101 | 0 | 110 | 100010111 | 1010101 | 111010 |
Color Harmonies of #B037EF
Complementary color
Monochromatic Colors of #B037EF
Black with #B037EF
Text Example
Text Example
White with #B037EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B037EF; }
p { color: rgb(176,55,239); }
H1.HeaderClassName
{
color: #B037EF;
}
.AnyTagClassName
{
color: #B037EF;
}
</style>
background-color css
<style>
a { background-color: #B037EF; }
a { background-color: rgb(176,55,239); }
div.DivClassName
{
background-color: #B037EF;
}
.BgClassName
{
background-color: #B037EF;
}
</style>
border-color css
<style>
span { border-color: #B037EF; }
span { border-color: rgb(176,55,239); }
td.TdClassName
{
border-color: #B037EF;
}
.TagClassName
{
border-color: #B037EF;
}
</style>