Shades of Medium Orchid #B36DDC
Tints of Medium Orchid #B36DDC
RGB
CMYK
RGB Variations
Color information
#B36DDC (or 0xB36DDC) is known color: Medium Orchid. HEX triplet: B3, 6D and DC. RGB value is (179,109,220). Sum of RGB (Red+Green+Blue) = 179+109+220=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #B36DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDC is #4C9223. Grayscale: #8E8E8E. Windows color (decimal): -5018148 or 14446003. OLE color: 14446003.
HSL color Cylindrical-coordinate representation of color #B36DDC: hue angle of 277.84º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36DDC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 109 | 220 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.14 |
| HSL | 277.84º | 0.61% | 0.65% | - |
| HSV(B) | 277.84º | 0.5% | 0.86% | - |
| XYZ | 36.98 | 25.69 | 70.72 | - |
| YUV | 142.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 220 | 0.19 | 0.50 | 0 | 0.14 | 277.84 | 0.61 | 0.65 |
| Hex | B3 | 6D | DC | 13 | 32 | 0 | E | 116 | 3D | 41 |
| Octal | 263 | 155 | 334 | 23 | 62 | 0 | 16 | 426 | 75 | 101 |
| Binary | 10110011 | 1101101 | 11011100 | 10011 | 110010 | 0 | 1110 | 100010110 | 111101 | 1000001 |
Color Harmonies of #B36DDC
Complementary color
Monochromatic Colors of #B36DDC
Black with #B36DDC
Text Example
Text Example
White with #B36DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DDC; }
p { color: rgb(179,109,220); }
H1.HeaderClassName
{
color: #B36DDC;
}
.AnyTagClassName
{
color: #B36DDC;
}
</style>
background-color css
<style>
a { background-color: #B36DDC; }
a { background-color: rgb(179,109,220); }
div.DivClassName
{
background-color: #B36DDC;
}
.BgClassName
{
background-color: #B36DDC;
}
</style>
border-color css
<style>
span { border-color: #B36DDC; }
span { border-color: rgb(179,109,220); }
td.TdClassName
{
border-color: #B36DDC;
}
.TagClassName
{
border-color: #B36DDC;
}
</style>