Shades of Medium Orchid #B637DD
Tints of Medium Orchid #B637DD
RGB
CMYK
RGB Variations
Color information
#B637DD (or 0xB637DD) is known color: Medium Orchid. HEX triplet: B6, 37 and DD. RGB value is (182,55,221). Sum of RGB (Red+Green+Blue) = 182+55+221=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B637DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637DD is #49C822. Grayscale: #6F6F6F. Windows color (decimal): -4835363 or 14497718. OLE color: 14497718.
HSL color Cylindrical-coordinate representation of color #B637DD: hue angle of 285.9º 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 #B637DD is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 55 | 221 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.13 |
| HSL | 285.9º | 0.71% | 0.54% | - |
| HSV(B) | 285.9º | 0.75% | 0.87% | - |
| XYZ | 33.71 | 17.9 | 70.08 | - |
| YUV | 111.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 221 | 0.18 | 0.75 | 0 | 0.13 | 285.9 | 0.71 | 0.54 |
| Hex | B6 | 37 | DD | 12 | 4B | 0 | D | 11E | 47 | 36 |
| Octal | 266 | 67 | 335 | 22 | 113 | 0 | 15 | 436 | 107 | 66 |
| Binary | 10110110 | 110111 | 11011101 | 10010 | 1001011 | 0 | 1101 | 100011110 | 1000111 | 110110 |
Color Harmonies of #B637DD
Complementary color
Monochromatic Colors of #B637DD
Black with #B637DD
Text Example
Text Example
White with #B637DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B637DD; }
p { color: rgb(182,55,221); }
H1.HeaderClassName
{
color: #B637DD;
}
.AnyTagClassName
{
color: #B637DD;
}
</style>
background-color css
<style>
a { background-color: #B637DD; }
a { background-color: rgb(182,55,221); }
div.DivClassName
{
background-color: #B637DD;
}
.BgClassName
{
background-color: #B637DD;
}
</style>
border-color css
<style>
span { border-color: #B637DD; }
span { border-color: rgb(182,55,221); }
td.TdClassName
{
border-color: #B637DD;
}
.TagClassName
{
border-color: #B637DD;
}
</style>