Shades of Medium Orchid #B737DD
Tints of Medium Orchid #B737DD
RGB
CMYK
RGB Variations
Color information
#B737DD (or 0xB737DD) is known color: Medium Orchid. HEX triplet: B7, 37 and DD. RGB value is (183,55,221). Sum of RGB (Red+Green+Blue) = 183+55+221=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B737DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737DD is #48C822. Grayscale: #6F6F6F. Windows color (decimal): -4769827 or 14497719. OLE color: 14497719.
HSL color Cylindrical-coordinate representation of color #B737DD: hue angle of 286.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B737DD is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 55 | 221 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.13 |
| HSL | 286.27º | 0.71% | 0.54% | - |
| HSV(B) | 286.27º | 0.75% | 0.87% | - |
| XYZ | 33.95 | 18.02 | 70.1 | - |
| YUV | 112.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 221 | 0.17 | 0.75 | 0 | 0.13 | 286.27 | 0.71 | 0.54 |
| Hex | B7 | 37 | DD | 11 | 4B | 0 | D | 11E | 47 | 36 |
| Octal | 267 | 67 | 335 | 21 | 113 | 0 | 15 | 436 | 107 | 66 |
| Binary | 10110111 | 110111 | 11011101 | 10001 | 1001011 | 0 | 1101 | 100011110 | 1000111 | 110110 |
Color Harmonies of #B737DD
Complementary color
Monochromatic Colors of #B737DD
Black with #B737DD
Text Example
Text Example
White with #B737DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B737DD; }
p { color: rgb(183,55,221); }
H1.HeaderClassName
{
color: #B737DD;
}
.AnyTagClassName
{
color: #B737DD;
}
</style>
background-color css
<style>
a { background-color: #B737DD; }
a { background-color: rgb(183,55,221); }
div.DivClassName
{
background-color: #B737DD;
}
.BgClassName
{
background-color: #B737DD;
}
</style>
border-color css
<style>
span { border-color: #B737DD; }
span { border-color: rgb(183,55,221); }
td.TdClassName
{
border-color: #B737DD;
}
.TagClassName
{
border-color: #B737DD;
}
</style>