Shades of Medium Orchid #BD6FC9
Tints of Medium Orchid #BD6FC9
RGB
CMYK
RGB Variations
Color information
#BD6FC9 (or 0xBD6FC9) is known color: Medium Orchid. HEX triplet: BD, 6F and C9. RGB value is (189,111,201). Sum of RGB (Red+Green+Blue) = 189+111+201=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD6FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FC9 is #429036. Grayscale: #909090. Windows color (decimal): -4362295 or 13201341. OLE color: 13201341.
HSL color Cylindrical-coordinate representation of color #BD6FC9: hue angle of 292º 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 #BD6FC9 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 111 | 201 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.21 |
| HSL | 292º | 0.45% | 0.61% | - |
| HSV(B) | 292º | 0.45% | 0.79% | - |
| XYZ | 37.21 | 26.4 | 58.39 | - |
| YUV | 144.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 201 | 0.06 | 0.45 | 0 | 0.21 | 292 | 0.45 | 0.61 |
| Hex | BD | 6F | C9 | 6 | 2D | 0 | 15 | 124 | 2D | 3D |
| Octal | 275 | 157 | 311 | 6 | 55 | 0 | 25 | 444 | 55 | 75 |
| Binary | 10111101 | 1101111 | 11001001 | 110 | 101101 | 0 | 10101 | 100100100 | 101101 | 111101 |
Color Harmonies of #BD6FC9
Complementary color
Monochromatic Colors of #BD6FC9
Black with #BD6FC9
Text Example
Text Example
White with #BD6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FC9; }
p { color: rgb(189,111,201); }
H1.HeaderClassName
{
color: #BD6FC9;
}
.AnyTagClassName
{
color: #BD6FC9;
}
</style>
background-color css
<style>
a { background-color: #BD6FC9; }
a { background-color: rgb(189,111,201); }
div.DivClassName
{
background-color: #BD6FC9;
}
.BgClassName
{
background-color: #BD6FC9;
}
</style>
border-color css
<style>
span { border-color: #BD6FC9; }
span { border-color: rgb(189,111,201); }
td.TdClassName
{
border-color: #BD6FC9;
}
.TagClassName
{
border-color: #BD6FC9;
}
</style>