Shades of Medium Orchid #B36DDA
Tints of Medium Orchid #B36DDA
RGB
CMYK
RGB Variations
Color information
#B36DDA (or 0xB36DDA) is known color: Medium Orchid. HEX triplet: B3, 6D and DA. RGB value is (179,109,218). Sum of RGB (Red+Green+Blue) = 179+109+218=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B36DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDA is #4C9225. Grayscale: #8D8D8D. Windows color (decimal): -5018150 or 14314931. OLE color: 14314931.
HSL color Cylindrical-coordinate representation of color #B36DDA: hue angle of 278.53º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B36DDA is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 109 | 218 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.15 |
| HSL | 278.53º | 0.6% | 0.64% | - |
| HSV(B) | 278.53º | 0.5% | 0.85% | - |
| XYZ | 36.71 | 25.58 | 69.33 | - |
| YUV | 142.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 218 | 0.18 | 0.5 | 0 | 0.15 | 278.53 | 0.6 | 0.64 |
| Hex | B3 | 6D | DA | 12 | 32 | 0 | F | 117 | 3C | 40 |
| Octal | 263 | 155 | 332 | 22 | 62 | 0 | 17 | 427 | 74 | 100 |
| Binary | 10110011 | 1101101 | 11011010 | 10010 | 110010 | 0 | 1111 | 100010111 | 111100 | 1000000 |
Color Harmonies of #B36DDA
Complementary color
Monochromatic Colors of #B36DDA
Black with #B36DDA
Text Example
Text Example
White with #B36DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DDA; }
p { color: rgb(179,109,218); }
H1.HeaderClassName
{
color: #B36DDA;
}
.AnyTagClassName
{
color: #B36DDA;
}
</style>
background-color css
<style>
a { background-color: #B36DDA; }
a { background-color: rgb(179,109,218); }
div.DivClassName
{
background-color: #B36DDA;
}
.BgClassName
{
background-color: #B36DDA;
}
</style>
border-color css
<style>
span { border-color: #B36DDA; }
span { border-color: rgb(179,109,218); }
td.TdClassName
{
border-color: #B36DDA;
}
.TagClassName
{
border-color: #B36DDA;
}
</style>