Shades of Medium Orchid #B36DD5
Tints of Medium Orchid #B36DD5
RGB
CMYK
RGB Variations
Color information
#B36DD5 (or 0xB36DD5) is known color: Medium Orchid. HEX triplet: B3, 6D and D5. RGB value is (179,109,213). Sum of RGB (Red+Green+Blue) = 179+109+213=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #B36DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DD5 is #4C922A. Grayscale: #8D8D8D. Windows color (decimal): -5018155 or 13987251. OLE color: 13987251.
HSL color Cylindrical-coordinate representation of color #B36DD5: hue angle of 280.38º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36DD5 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 109 | 213 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.16 |
| HSL | 280.38º | 0.55% | 0.63% | - |
| HSV(B) | 280.38º | 0.49% | 0.84% | - |
| XYZ | 36.07 | 25.33 | 65.94 | - |
| YUV | 141.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 213 | 0.16 | 0.49 | 0 | 0.16 | 280.38 | 0.55 | 0.63 |
| Hex | B3 | 6D | D5 | 10 | 31 | 0 | 10 | 118 | 37 | 3F |
| Octal | 263 | 155 | 325 | 20 | 61 | 0 | 20 | 430 | 67 | 77 |
| Binary | 10110011 | 1101101 | 11010101 | 10000 | 110001 | 0 | 10000 | 100011000 | 110111 | 111111 |
Color Harmonies of #B36DD5
Complementary color
Monochromatic Colors of #B36DD5
Black with #B36DD5
Text Example
Text Example
White with #B36DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DD5; }
p { color: rgb(179,109,213); }
H1.HeaderClassName
{
color: #B36DD5;
}
.AnyTagClassName
{
color: #B36DD5;
}
</style>
background-color css
<style>
a { background-color: #B36DD5; }
a { background-color: rgb(179,109,213); }
div.DivClassName
{
background-color: #B36DD5;
}
.BgClassName
{
background-color: #B36DD5;
}
</style>
border-color css
<style>
span { border-color: #B36DD5; }
span { border-color: rgb(179,109,213); }
td.TdClassName
{
border-color: #B36DD5;
}
.TagClassName
{
border-color: #B36DD5;
}
</style>