Shades of Medium Orchid #B36DCD
Tints of Medium Orchid #B36DCD
RGB
CMYK
RGB Variations
Color information
#B36DCD (or 0xB36DCD) is known color: Medium Orchid. HEX triplet: B3, 6D and CD. RGB value is (179,109,205). Sum of RGB (Red+Green+Blue) = 179+109+205=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #B36DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DCD is #4C9232. Grayscale: #8C8C8C. Windows color (decimal): -5018163 or 13462963. OLE color: 13462963.
HSL color Cylindrical-coordinate representation of color #B36DCD: hue angle of 283.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36DCD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 109 | 205 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.20 |
| HSL | 283.75º | 0.49% | 0.62% | - |
| HSV(B) | 283.75º | 0.47% | 0.8% | - |
| XYZ | 35.08 | 24.93 | 60.72 | - |
| YUV | 140.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 205 | 0.13 | 0.47 | 0 | 0.20 | 283.75 | 0.49 | 0.62 |
| Hex | B3 | 6D | CD | D | 2F | 0 | 14 | 11C | 31 | 3E |
| Octal | 263 | 155 | 315 | 15 | 57 | 0 | 24 | 434 | 61 | 76 |
| Binary | 10110011 | 1101101 | 11001101 | 1101 | 101111 | 0 | 10100 | 100011100 | 110001 | 111110 |
Color Harmonies of #B36DCD
Complementary color
Monochromatic Colors of #B36DCD
Black with #B36DCD
Text Example
Text Example
White with #B36DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DCD; }
p { color: rgb(179,109,205); }
H1.HeaderClassName
{
color: #B36DCD;
}
.AnyTagClassName
{
color: #B36DCD;
}
</style>
background-color css
<style>
a { background-color: #B36DCD; }
a { background-color: rgb(179,109,205); }
div.DivClassName
{
background-color: #B36DCD;
}
.BgClassName
{
background-color: #B36DCD;
}
</style>
border-color css
<style>
span { border-color: #B36DCD; }
span { border-color: rgb(179,109,205); }
td.TdClassName
{
border-color: #B36DCD;
}
.TagClassName
{
border-color: #B36DCD;
}
</style>