Shades of Medium Orchid #B36FC9
Tints of Medium Orchid #B36FC9
RGB
CMYK
RGB Variations
Color information
#B36FC9 (or 0xB36FC9) is known color: Medium Orchid. HEX triplet: B3, 6F and C9. RGB value is (179,111,201). Sum of RGB (Red+Green+Blue) = 179+111+201=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #B36FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36FC9 is #4C9036. Grayscale: #8D8D8D. Windows color (decimal): -5017655 or 13201331. OLE color: 13201331.
HSL color Cylindrical-coordinate representation of color #B36FC9: hue angle of 285.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36FC9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 111 | 201 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.21 |
| HSL | 285.33º | 0.45% | 0.61% | - |
| HSV(B) | 285.33º | 0.45% | 0.79% | - |
| XYZ | 34.82 | 25.17 | 58.28 | - |
| YUV | 141.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 201 | 0.11 | 0.45 | 0 | 0.21 | 285.33 | 0.45 | 0.61 |
| Hex | B3 | 6F | C9 | B | 2D | 0 | 15 | 11D | 2D | 3D |
| Octal | 263 | 157 | 311 | 13 | 55 | 0 | 25 | 435 | 55 | 75 |
| Binary | 10110011 | 1101111 | 11001001 | 1011 | 101101 | 0 | 10101 | 100011101 | 101101 | 111101 |
Color Harmonies of #B36FC9
Complementary color
Monochromatic Colors of #B36FC9
Black with #B36FC9
Text Example
Text Example
White with #B36FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36FC9; }
p { color: rgb(179,111,201); }
H1.HeaderClassName
{
color: #B36FC9;
}
.AnyTagClassName
{
color: #B36FC9;
}
</style>
background-color css
<style>
a { background-color: #B36FC9; }
a { background-color: rgb(179,111,201); }
div.DivClassName
{
background-color: #B36FC9;
}
.BgClassName
{
background-color: #B36FC9;
}
</style>
border-color css
<style>
span { border-color: #B36FC9; }
span { border-color: rgb(179,111,201); }
td.TdClassName
{
border-color: #B36FC9;
}
.TagClassName
{
border-color: #B36FC9;
}
</style>