Shades of Medium Orchid #B36DC5
Tints of Medium Orchid #B36DC5
RGB
CMYK
RGB Variations
Color information
#B36DC5 (or 0xB36DC5) is known color: Medium Orchid. HEX triplet: B3, 6D and C5. RGB value is (179,109,197). Sum of RGB (Red+Green+Blue) = 179+109+197=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #B36DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DC5 is #4C923A. Grayscale: #8B8B8B. Windows color (decimal): -5018171 or 12938675. OLE color: 12938675.
HSL color Cylindrical-coordinate representation of color #B36DC5: hue angle of 287.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36DC5 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 109 | 197 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.23 |
| HSL | 287.73º | 0.43% | 0.6% | - |
| HSV(B) | 287.73º | 0.45% | 0.77% | - |
| XYZ | 34.14 | 24.55 | 55.76 | - |
| YUV | 139.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 197 | 0.09 | 0.45 | 0 | 0.23 | 287.73 | 0.43 | 0.6 |
| Hex | B3 | 6D | C5 | 9 | 2D | 0 | 17 | 120 | 2B | 3C |
| Octal | 263 | 155 | 305 | 11 | 55 | 0 | 27 | 440 | 53 | 74 |
| Binary | 10110011 | 1101101 | 11000101 | 1001 | 101101 | 0 | 10111 | 100100000 | 101011 | 111100 |
Color Harmonies of #B36DC5
Complementary color
Monochromatic Colors of #B36DC5
Black with #B36DC5
Text Example
Text Example
White with #B36DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DC5; }
p { color: rgb(179,109,197); }
H1.HeaderClassName
{
color: #B36DC5;
}
.AnyTagClassName
{
color: #B36DC5;
}
</style>
background-color css
<style>
a { background-color: #B36DC5; }
a { background-color: rgb(179,109,197); }
div.DivClassName
{
background-color: #B36DC5;
}
.BgClassName
{
background-color: #B36DC5;
}
</style>
border-color css
<style>
span { border-color: #B36DC5; }
span { border-color: rgb(179,109,197); }
td.TdClassName
{
border-color: #B36DC5;
}
.TagClassName
{
border-color: #B36DC5;
}
</style>