Shades of Medium Orchid #B36FD3
Tints of Medium Orchid #B36FD3
RGB
CMYK
RGB Variations
Color information
#B36FD3 (or 0xB36FD3) is known color: Medium Orchid. HEX triplet: B3, 6F and D3. RGB value is (179,111,211). Sum of RGB (Red+Green+Blue) = 179+111+211=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #B36FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FD3 is #4C902C. Grayscale: #8E8E8E. Windows color (decimal): -5017645 or 13856691. OLE color: 13856691.
HSL color Cylindrical-coordinate representation of color #B36FD3: hue angle of 280.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B36FD3 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 111 | 211 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.17 |
| HSL | 280.8º | 0.53% | 0.63% | - |
| HSV(B) | 280.8º | 0.47% | 0.83% | - |
| XYZ | 36.03 | 25.66 | 64.68 | - |
| YUV | 142.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 211 | 0.15 | 0.47 | 0 | 0.17 | 280.8 | 0.53 | 0.63 |
| Hex | B3 | 6F | D3 | F | 2F | 0 | 11 | 119 | 35 | 3F |
| Octal | 263 | 157 | 323 | 17 | 57 | 0 | 21 | 431 | 65 | 77 |
| Binary | 10110011 | 1101111 | 11010011 | 1111 | 101111 | 0 | 10001 | 100011001 | 110101 | 111111 |
Color Harmonies of #B36FD3
Complementary color
Monochromatic Colors of #B36FD3
Black with #B36FD3
Text Example
Text Example
White with #B36FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FD3; }
p { color: rgb(179,111,211); }
H1.HeaderClassName
{
color: #B36FD3;
}
.AnyTagClassName
{
color: #B36FD3;
}
</style>
background-color css
<style>
a { background-color: #B36FD3; }
a { background-color: rgb(179,111,211); }
div.DivClassName
{
background-color: #B36FD3;
}
.BgClassName
{
background-color: #B36FD3;
}
</style>
border-color css
<style>
span { border-color: #B36FD3; }
span { border-color: rgb(179,111,211); }
td.TdClassName
{
border-color: #B36FD3;
}
.TagClassName
{
border-color: #B36FD3;
}
</style>